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 ezio.melotti
Recipients ezio.melotti, ocean-city, pitrou
Date 2009-02-13.14:44:17
SpamBayes Score 0.0019486889
Marked as misclassified No
Message-id <1234536262.25.0.0826031247434.issue5239@psf.upfronthosting.co.za>
In-reply-to
Content
I think Py3 with re.ASCII is the same as Py2 without re.UNICODE (and Py3
without re.ASCII is the same as Py2 with re.UNICODE).

It's probably a good idea to have a coherent behavior between Py2 and
Py3, so if we remove re.ASCII from Py3 we should add re.UNICODE to Py2.
History
Date User Action Args
2009-02-13 14:44:22ezio.melottisetrecipients: + ezio.melotti, pitrou, ocean-city
2009-02-13 14:44:22ezio.melottisetmessageid: <1234536262.25.0.0826031247434.issue5239@psf.upfronthosting.co.za>
2009-02-13 14:44:18ezio.melottilinkissue5239 messages
2009-02-13 14:44:17ezio.melotticreate