diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-02-03 19:59:59 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-02-03 19:59:59 (GMT) |
commit | d2cc743ca448866197b4ac0bcb918591827f4552 (patch) | |
tree | 65eb723dff7cff862368a72fb572e0d62d6c8f58 /Misc | |
parent | b3de1a720a7dffcf86bf7e7301263590b5972186 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |