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

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


https://hg.python.org/cpython/rev/fb93a04832df
changeset:   92514:fb93a04832df
parent:      92511:fe287268e97b
parent:      92513:7b92518b2c21
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sun Sep 21 22:59:06 2014 +0300
summary:
  Fixed issue #22415 number in Misc/NEWS for changeset fe287268e97b.

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
@@ -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.

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


More information about the Python-checkins mailing list