#17341: Include name in re error message about invalid group name.

Patch by Jason Michalski.
diff --git a/Misc/NEWS b/Misc/NEWS
index eda841f..d723cb5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,9 @@
 Library
 -------
 
+- Issue #17341: Include the invalid name in the error messages from re about
+  invalid group names.
+
 - Issue #17016: Get rid of possible pointer wraparounds and integer overflows
   in the re module.  Patch by Nickolai Zeldovich.