summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-02-03 19:59:59 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-02-03 19:59:59 (GMT)
commitd2cc743ca448866197b4ac0bcb918591827f4552 (patch)
tree65eb723dff7cff862368a72fb572e0d62d6c8f58 /Misc
parentb3de1a720a7dffcf86bf7e7301263590b5972186 (diff)
downloadcpython-d2cc743ca448866197b4ac0bcb918591827f4552.zip
cpython-d2cc743ca448866197b4ac0bcb918591827f4552.tar.gz
cpython-d2cc743ca448866197b4ac0bcb918591827f4552.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 66d9db7..3c078bd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,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.