summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-03-06 07:17:39 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-03-06 07:17:39 (GMT)
commitb6bfce6c0b4721700241b550e31ae3aeabcb6f41 (patch)
tree955e90154c76d73e36d9b63571e418e265d4d4c2 /Misc
parenta0d416f0d186b5ee6ea6a898418871157a55b4f6 (diff)
parenta01a144aab05b18b7f4d0e84d04b36b1677338ff (diff)
downloadcpython-b6bfce6c0b4721700241b550e31ae3aeabcb6f41.zip
cpython-b6bfce6c0b4721700241b550e31ae3aeabcb6f41.tar.gz
cpython-b6bfce6c0b4721700241b550e31ae3aeabcb6f41.tar.bz2
Issue #26475: Fixed debugging output for regular expressions with the (?x) flag.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4ce8bf6..8cae4f4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -201,6 +201,9 @@ Core and Builtins
Library
-------
+- Issue #26475: Fixed debugging output for regular expressions with the (?x)
+ flag.
+
- Issue #26482: Allowed pickling recursive dequeues.
- Issue #26335: Make mmap.write() return the number of bytes written like