This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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 <[email protected]>
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:29ztanesetrecipients: + ztane, vstinner, ezio.melotti, r.david.murray, abarry
2016-06-23 15:59:29ztanesetmessageid: <[email protected]>
2016-06-23 15:59:29ztanelinkissue27364 messages
2016-06-23 15:59:29ztanecreate