[Python-checkins] cpython (3.4): Fixed issue #22415 number in Misc/NEWS for changeset e99a1df8db36.

serhiy.storchaka python-checkins at python.org
Sun Sep 21 22:02:10 CEST 2014


https://hg.python.org/cpython/rev/7b92518b2c21
changeset:   92513:7b92518b2c21
branch:      3.4
parent:      92510:e99a1df8db36
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sun Sep 21 22:58:31 2014 +0300
summary:
  Fixed issue #22415 number in Misc/NEWS for changeset e99a1df8db36.

files:
  Misc/NEWS |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list