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 serhiy.storchaka
Recipients ezio.melotti, mrabarnett, pitrou, serhiy.storchaka
Date 2014-09-18.09:54:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411034065.07.0.85336433297.issue22410@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, it is possible to build full property table for bytes regexps at regexp compile time. But it is impossible for unicode regexps (issue22407). And in any case this doesn't solve original problem: re.match(pattern, string, re.L|re.I) can return unexpected result if the same pattern already was used with different locale.
History
Date User Action Args
2014-09-18 09:54:25serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, mrabarnett
2014-09-18 09:54:25serhiy.storchakasetmessageid: <1411034065.07.0.85336433297.issue22410@psf.upfronthosting.co.za>
2014-09-18 09:54:25serhiy.storchakalinkissue22410 messages
2014-09-18 09:54:24serhiy.storchakacreate