summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-09-21 19:58:31 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-09-21 19:58:31 (GMT)
commit964fcbaf163303f75cdc24f64f2f6788002e2564 (patch)
treedb617809ffbf3ffcecc1d2c42f190676c7f7b9ab
parent44dae8bde36866c2e216991498a3a3f883b3c8f2 (diff)
downloadcpython-964fcbaf163303f75cdc24f64f2f6788002e2564.zip
cpython-964fcbaf163303f75cdc24f64f2f6788002e2564.tar.gz
cpython-964fcbaf163303f75cdc24f64f2f6788002e2564.tar.bz2
Fixed issue #22415 number in Misc/NEWS for changeset e99a1df8db36.
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0e0fd64..9b216f1 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.