changeset: 92514:fb93a04832df parent: 92511:fe287268e97b parent: 92513:7b92518b2c21 user: Serhiy Storchaka date: Sun Sep 21 22:59:06 2014 +0300 files: Misc/NEWS description: Fixed issue #22415 number in Misc/NEWS for changeset fe287268e97b. diff -r fe287268e97b -r fb93a04832df Misc/NEWS --- a/Misc/NEWS Sun Sep 21 22:48:24 2014 +0300 +++ b/Misc/NEWS Sun Sep 21 22:59:06 2014 +0300 @@ -137,8 +137,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.