summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-09-21 19:57:45 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-09-21 19:57:45 (GMT)
commitbd5c6f2fab2abf7ccd2633bc5c1e4570407c794d (patch)
tree9f969c64cab094591e26a562a12bdb91b0e3299a /Misc
parentc0799e3a26f5da0613e7b7506e1d717750b84530 (diff)
downloadcpython-bd5c6f2fab2abf7ccd2633bc5c1e4570407c794d.zip
cpython-bd5c6f2fab2abf7ccd2633bc5c1e4570407c794d.tar.gz
cpython-bd5c6f2fab2abf7ccd2633bc5c1e4570407c794d.tar.bz2
Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9349fd1..82d1d59 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,7 +22,7 @@ Core and Builtins
Library
-------
-- Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re
+- Issue #22415: Fixed debugging output of the GROUPREF_EXISTS opcode in the re
module.
- Issue #22423: Unhandled exception in thread no longer causes unhandled