]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26475: Fixed debugging output for regular expressions with the (?x) flag.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 6 Mar 2016 07:15:47 +0000 (09:15 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 6 Mar 2016 07:15:47 +0000 (09:15 +0200)
commita61bfdbecd923a596771a0af5a93cbf17203e23a
tree8513bc063b5e6f4407c0a6468d54bd5f6397f949
parent7c033e60dfc6b90015978ee62ac11a3316e80026
Issue #26475: Fixed debugging output for regular expressions with the (?x) flag.
Lib/sre_parse.py
Misc/NEWS