From: Serhiy Storchaka Date: Sun, 21 Sep 2014 19:58:31 +0000 (+0300) Subject: Fixed issue #22415 number in Misc/NEWS for changeset e99a1df8db36. X-Git-Tag: v3.5.0a1~883^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=964fcbaf163303f75cdc24f64f2f6788002e2564;p=python Fixed issue #22415 number in Misc/NEWS for changeset e99a1df8db36. --- diff --git a/Misc/NEWS b/Misc/NEWS index 0e0fd64c98..9b216f1820 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -32,8 +32,8 @@ Core and Builtins 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.