commit | 6077339270edd5786f7e18e0d71e88a33224cc82 | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Sun Apr 14 13:08:50 2013 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Sun Apr 14 13:08:50 2013 -0400 |
tree | 172b14b37ad75d38e447b2994dc163989244cb22 | |
parent | ff99e414c97196e431fddd3f3ad944d744e5f7ac [diff] [blame] |
#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.