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 pnugues
Recipients ezio.melotti, mrabarnett, pnugues
Date 2016-10-17.13:20:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476710448.23.0.62948086904.issue28461@psf.upfronthosting.co.za>
In-reply-to
Content
I am using Unicode regexes in the form of properties: \p{} and these are not standard in the re module. I have to use the new regex module, which has to be installed separately.

I would like to see the replacement of re with regex in the future Python versions. I was not sure where to post my request and I used this bug tracker with the enhancement category. I hope this is not a mistake.
History
Date User Action Args
2016-10-17 13:20:48pnuguessetrecipients: + pnugues, ezio.melotti, mrabarnett
2016-10-17 13:20:48pnuguessetmessageid: <1476710448.23.0.62948086904.issue28461@psf.upfronthosting.co.za>
2016-10-17 13:20:48pnugueslinkissue28461 messages
2016-10-17 13:20:47pnuguescreate