From bd5c6f2fab2abf7ccd2633bc5c1e4570407c794d Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sun, 21 Sep 2014 22:57:45 +0300 Subject: [PATCH] Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1