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 serhiy.storchaka
Recipients Arfrever, ezio.melotti, mrabarnett, pitrou, serhiy.storchaka, vstinner
Date 2014-10-09.15:10:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412867421.54.0.137048399216.issue22407@psf.upfronthosting.co.za>
In-reply-to
Content
Here is simple patch which just deprecate using of the re.LOCALE flag with str patterns. It also deprecates using of the re.LOCALE flag with the re.ASCII flag (with bytes patterns) and adds some re.LOCALE related tests.
History
Date User Action Args
2014-10-09 15:10:21serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, ezio.melotti, mrabarnett, Arfrever
2014-10-09 15:10:21serhiy.storchakasetmessageid: <1412867421.54.0.137048399216.issue22407@psf.upfronthosting.co.za>
2014-10-09 15:10:21serhiy.storchakalinkissue22407 messages
2014-10-09 15:10:20serhiy.storchakacreate