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-Tag: v2.7.9rc1~214 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd5c6f2fab2abf7ccd2633bc5c1e4570407c794d;p=thirdparty%2FPython%2Fcpython.git Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a. --- diff --git a/Misc/NEWS b/Misc/NEWS index 9349fd142986..82d1d59fe33f 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