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

Tim Graham report at bugs.python.org
Thu Sep 15 14:01:28 EDT 2016


Tim Graham added the comment:

Looks like we could remove the '^', but it doesn't resolve the deprecation warnings. The inline flags in `pattern` still need to be moved before `_prefix`.

----------

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


More information about the Python-bugs-list mailing list