Message349214
| Author | malin |
|---|---|
| Recipients | Greg Price, belopolsky, ezio.melotti, lemburg, loewis, malin, martin.panter, r.david.murray, serhiy.storchaka, terry.reedy, vstinner |
| Date | 2019-08-08.05:16:40 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1565241400.55.0.335172887227.issue18236@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Greg, could you try this code after your patch? >>> import re >>> re.match(r'\s', '\x1e') <re.Match object; span=(0, 1), match='\x1e'> # <- before patch |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-08-08 05:16:40 | malin | set | recipients: + malin, lemburg, loewis, terry.reedy, belopolsky, vstinner, ezio.melotti, r.david.murray, martin.panter, serhiy.storchaka, Greg Price |
| 2019-08-08 05:16:40 | malin | set | messageid: <1565241400.55.0.335172887227.issue18236@roundup.psfhosted.org> |
| 2019-08-08 05:16:40 | malin | link | issue18236 messages |
| 2019-08-08 05:16:40 | malin | create | |