]> granicus.if.org Git - python/commitdiff
Fixed issue #22415 number in Misc/NEWS for changeset e99a1df8db36.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 21 Sep 2014 19:58:31 +0000 (22:58 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 21 Sep 2014 19:58:31 +0000 (22:58 +0300)
Misc/NEWS

index 0e0fd64c98fe6eddcb643356a473b9452d93a9b8..9b216f1820ba443e710cbb068ffa971a2f87f6b2 100644 (file)
--- 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.