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 gvanrossum
Recipients gvanrossum, humitos, pitrou, sven.siegmund
Date 2008-06-28.22:19:03
SpamBayes Score 0.0057130223
Marked as misclassified No
Message-id <1214691600.46.0.810070981521.issue2834@psf.upfronthosting.co.za>
In-reply-to
Content
Sounds like re.UNICODE should be on by default when the pattern is a str
instance.

Also (per mailing list discussion) we should probably only allow
matching bytes when the pattern is bytes, and matching str when the
pattern is str.

Finally, is there a use case of re.LOCALE any more? I'm thinking not.
History
Date User Action Args
2008-06-28 22:20:00gvanrossumsetspambayes_score: 0.00571302 -> 0.0057130223
recipients: + gvanrossum, pitrou, humitos, sven.siegmund
2008-06-28 22:20:00gvanrossumsetspambayes_score: 0.00571302 -> 0.00571302
messageid: <1214691600.46.0.810070981521.issue2834@psf.upfronthosting.co.za>
2008-06-28 22:19:03gvanrossumlinkissue2834 messages
2008-06-28 22:19:03gvanrossumcreate