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-06-29.01:15:24
SpamBayes Score 0.007774462
Marked as misclassified No
Message-id <1214702129.79.0.740260294924.issue2834@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a preliminary patch which doesn't remove re.LOCALE, but adds
TypeError's for mistyped matchings, a ValueError when specifying
re.UNICODE with a bytes pattern, and implies re.UNICODE for unicode
patterns. The test suite runs fine after a few fixes.

It also includes the patch for #3231 ("re.compile fails with some bytes
patterns").
History
Date User Action Args
2008-06-29 01:15:30pitrousetspambayes_score: 0.00777446 -> 0.007774462
recipients: + pitrou, gvanrossum, humitos, sven.siegmund
2008-06-29 01:15:30pitrousetspambayes_score: 0.00777446 -> 0.00777446
messageid: <1214702129.79.0.740260294924.issue2834@psf.upfronthosting.co.za>
2008-06-29 01:15:28pitroulinkissue2834 messages
2008-06-29 01:15:28pitroucreate