[issue22493] Deprecate the use of flags not at the start of regular expression

Serhiy Storchaka report at bugs.python.org
Thu Sep 15 17:05:03 EDT 2016


Serhiy Storchaka added the comment:

In tests you can either add re.escape(), or escape special characters manually (r'\(\?i\)'). What you prefer.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22493>
_______________________________________


More information about the Python-bugs-list mailing list