summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-02-03 20:01:35 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-02-03 20:01:35 (GMT)
commitc49672f25ec86926ed88fd73b3b746674332c797 (patch)
tree5806f2067e8f114a331c88b50f05dd59627a684d /Misc
parentb74cf63a0895ff6bd1af82edf623a75e8ea787ee (diff)
parentd2cc743ca448866197b4ac0bcb918591827f4552 (diff)
downloadcpython-c49672f25ec86926ed88fd73b3b746674332c797.zip
cpython-c49672f25ec86926ed88fd73b3b746674332c797.tar.gz
cpython-c49672f25ec86926ed88fd73b3b746674332c797.tar.bz2
Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache.
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 d5befa6..20e1028 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,9 @@ Core and Builtins
Library
-------
+- Issue #20426: When passing the re.DEBUG flag, re.compile() displays the
+ debug output every time it is called, regardless of the compilation cache.
+
- Issue #20368: The null character now correctly passed from Tcl to Python.
Improved error handling in variables-related commands.