changeset: 92512:d4630b1c8792 branch: 2.7 parent: 92509:c925b436467a user: Serhiy Storchaka date: Sun Sep 21 22:57:45 2014 +0300 files: Misc/NEWS description: Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a. diff -r c925b436467a -r d4630b1c8792 Misc/NEWS --- a/Misc/NEWS Sun Sep 21 22:47:30 2014 +0300 +++ b/Misc/NEWS Sun Sep 21 22:57:45 2014 +0300 @@ -22,7 +22,7 @@ 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