summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.