#17341: Include name in re error message about invalid group name.
Patch by Jason Michalski.
diff --git a/Misc/ACKS b/Misc/ACKS
index 5779332..78f074c 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -674,6 +674,7 @@
Mike Meyer
Piotr Meyer
Steven Miale
+Jason Michalski
Trent Mick
Tom Middleton
Stan Mihai
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.