summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-09-21 19:47:30 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-09-21 19:47:30 (GMT)
commitc0799e3a26f5da0613e7b7506e1d717750b84530 (patch)
tree22a7d227764c933ea023b238f76283c6d32370ba /Misc
parent91943460b54c20fda330d78a6b8d7643ef838b4e (diff)
downloadcpython-c0799e3a26f5da0613e7b7506e1d717750b84530.zip
cpython-c0799e3a26f5da0613e7b7506e1d717750b84530.tar.gz
cpython-c0799e3a26f5da0613e7b7506e1d717750b84530.tar.bz2
Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re
module.
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 2b35629..9349fd1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,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.