summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-09-21 19:47:55 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-09-21 19:47:55 (GMT)
commit44dae8bde36866c2e216991498a3a3f883b3c8f2 (patch)
tree11078d6682845fefd2a493762f509c18a14b77e2 /Misc/NEWS
parent1a5426dbaf71d8b414abfc781fecb696c2d751dc (diff)
downloadcpython-44dae8bde36866c2e216991498a3a3f883b3c8f2.zip
cpython-44dae8bde36866c2e216991498a3a3f883b3c8f2.tar.gz
cpython-44dae8bde36866c2e216991498a3a3f883b3c8f2.tar.bz2
Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re
module.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 922999f..0e0fd64 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,9 @@ Core and Builtins
Library
-------
+- Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re
+ module.
+
- Issue #22423: Unhandled exception in thread no longer causes unhandled
AttributeError when sys.stderr is None.