changeset: 92513:7b92518b2c21 branch: 3.4 parent: 92510:e99a1df8db36 user: Serhiy Storchaka date: Sun Sep 21 22:58:31 2014 +0300 files: Misc/NEWS description: Fixed issue #22415 number in Misc/NEWS for changeset e99a1df8db36. diff -r e99a1df8db36 -r 7b92518b2c21 Misc/NEWS --- a/Misc/NEWS Sun Sep 21 22:47:55 2014 +0300 +++ b/Misc/NEWS Sun Sep 21 22:58:31 2014 +0300 @@ -32,8 +32,8 @@ Library ------- -- Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re - module. +- Issue #22415: Fixed debugging output of the GROUPREF_EXISTS opcode in the re + module. Removed trailing spaces in debugging output. - Issue #22423: Unhandled exception in thread no longer causes unhandled AttributeError when sys.stderr is None.