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 pitrou
Recipients ezio.melotti, mrabarnett, pitrou, serhiy.storchaka, vstinner
Date 2014-09-16.12:36:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410870992.9.0.200595296146.issue22407@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think we should fix this in 2.x: some people may rely on the old behaviour, and it will be difficult for them to debug.
In 3.x, I simply propose we deprecate re.LOCALE for unicode strings and make it a no-op.
History
Date User Action Args
2014-09-16 12:36:32pitrousetrecipients: + pitrou, vstinner, ezio.melotti, mrabarnett, serhiy.storchaka
2014-09-16 12:36:32pitrousetmessageid: <1410870992.9.0.200595296146.issue22407@psf.upfronthosting.co.za>
2014-09-16 12:36:32pitroulinkissue22407 messages
2014-09-16 12:36:32pitroucreate