]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22493: Inline flags now should be used only at the start of the
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Sep 2016 09:50:02 +0000 (12:50 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Sep 2016 09:50:02 +0000 (12:50 +0300)
commitbd48d27944453ad83d3ce37b2c867fa0d59a1c15
treef5585b5ce3995541ed6cce7bb4daef97f936be89
parent352601ca00376aaf07d4399096f985d3d8ecb96f
Issue #22493: Inline flags now should be used only at the start of the
regular expression.  Deprecation warning is emitted if uses them in the
middle of the regular expression.
12 files changed:
Doc/library/re.rst
Doc/whatsnew/3.6.rst
Lib/distutils/filelist.py
Lib/distutils/tests/test_filelist.py
Lib/fnmatch.py
Lib/http/cookies.py
Lib/sre_parse.py
Lib/test/re_tests.py
Lib/test/test_fnmatch.py
Lib/test/test_pyclbr.py
Lib/test/test_re.py
Misc/NEWS