Serhiy Storchaka added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22410>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to