Serhiy Storchaka added the comment:

Here is simple patch which just deprecate using of the re.LOCALE flag with str 
patterns. It also deprecates using of the re.LOCALE flag with the re.ASCII flag 
(with bytes patterns) and adds some re.LOCALE related tests.

----------
versions:  -Python 2.7, Python 3.4
Added file: http://bugs.python.org/file36853/re_deprecate_unicode_locale.patch

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

Reply via email to