From: Serhiy Storchaka Date: Sun, 21 Sep 2014 19:57:45 +0000 (+0300) Subject: Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd5c6f2fab2abf7ccd2633bc5c1e4570407c794d;p=python Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a. --- diff --git a/Misc/NEWS b/Misc/NEWS index 9349fd1429..82d1d59fe3 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