diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-03-06 07:15:47 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-03-06 07:15:47 (GMT) |
commit | a01a144aab05b18b7f4d0e84d04b36b1677338ff (patch) | |
tree | 3bdbb563160d1f252b87bbe0003c642d780762d7 /Misc | |
parent | be70002866417fec082dbfcf1d4ce97e64eb1e40 (diff) | |
download | cpython-a01a144aab05b18b7f4d0e84d04b36b1677338ff.zip cpython-a01a144aab05b18b7f4d0e84d04b36b1677338ff.tar.gz cpython-a01a144aab05b18b7f4d0e84d04b36b1677338ff.tar.bz2 |
Issue #26475: Fixed debugging output for regular expressions with the (?x) flag.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -91,6 +91,9 @@ Core and Builtins Library ------- +- Issue #26475: Fixed debugging output for regular expressions with the (?x) + flag. + - Issue #26457: Fixed the subnets() methods in IP network classes for the case when resulting prefix length is equal to maximal prefix length. Based on patch by Xiang Zhang. |