summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-09-21 19:59:06 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-09-21 19:59:06 (GMT)
commit782781e96d80dfa9698a357787c6b5b851aace0a (patch)
tree31c34ebbd43e69f290fbb153eaa40f502ab6ee4a
parent560c578d1da47d7cdf94a718b3d4b572cb74f77e (diff)
parent964fcbaf163303f75cdc24f64f2f6788002e2564 (diff)
downloadcpython-782781e96d80dfa9698a357787c6b5b851aace0a.zip
cpython-782781e96d80dfa9698a357787c6b5b851aace0a.tar.gz
cpython-782781e96d80dfa9698a357787c6b5b851aace0a.tar.bz2
Fixed issue #22415 number in Misc/NEWS for changeset fe287268e97b.
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cca745e..7240842 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -137,8 +137,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.