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 gvanrossum, humitos, pitrou, sven.siegmund
Date 2008-07-05.21:09:59
SpamBayes Score 3.9772735e-06
Marked as misclassified No
Message-id <1215292213.58.0.365143858797.issue2834@psf.upfronthosting.co.za>
In-reply-to
Content
This new patch adds re.ASCII in all sensitive places I could find in the
stdlib (except lib2to3 which as far as I understand is maintained in a
separate branch, and even has its own copy of tokenize.py...).

Also, I didn't get an answer to the following question on the ML: should
an inline flag "(?a)" be introduced to mirror the existing "(?u)" - so
as to set the ASCII flag from inside a pattern string.
History
Date User Action Args
2008-07-05 21:10:13pitrousetspambayes_score: 3.97727e-06 -> 3.9772735e-06
recipients: + pitrou, gvanrossum, humitos, sven.siegmund
2008-07-05 21:10:13pitrousetspambayes_score: 3.97727e-06 -> 3.97727e-06
messageid: <1215292213.58.0.365143858797.issue2834@psf.upfronthosting.co.za>
2008-07-05 21:10:11pitroulinkissue2834 messages
2008-07-05 21:10:11pitroucreate