Message269122
| Author | ztane |
|---|---|
| Recipients | abarry, ezio.melotti, r.david.murray, vstinner, ztane |
| Date | 2016-06-23.15:59:29 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1466697569.5.0.892089985505.issue27364@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
it is handy to be able to use `\w` and `\d` in non-raw-string *regular expressions*, without too much backslashitis. Seems to be in use in Python standard library as well, for example in csv.py |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-06-23 15:59:29 | ztane | set | recipients: + ztane, vstinner, ezio.melotti, r.david.murray, abarry |
| 2016-06-23 15:59:29 | ztane | set | messageid: <1466697569.5.0.892089985505.issue27364@psf.upfronthosting.co.za> |
| 2016-06-23 15:59:29 | ztane | link | issue27364 messages |
| 2016-06-23 15:59:29 | ztane | create | |