]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22493: Warning message emitted by using inline flags in the middle of
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 16 Sep 2016 22:29:58 +0000 (01:29 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 16 Sep 2016 22:29:58 +0000 (01:29 +0300)
commitabf275af5804c5f76fbe10c5cb1dd3d2e4b04c5b
treed5d1e22046efaa0a779f4a387ba8622b900234fe
parent8761e59f360baefd4cead71d77de48ed91c3cfb7
Issue #22493: Warning message emitted by using inline flags in the middle of
regular expression now contains a (truncated) regex pattern.
Patch by Tim Graham.
Lib/sre_parse.py
Lib/test/test_re.py
Misc/NEWS