commit | 53296810f8db94bc138184b302413607f65f4262 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Jun 24 18:14:53 2014 -0700 |
committer | Raymond Hettinger <python@rcn.com> | Tue Jun 24 18:14:53 2014 -0700 |
tree | f3659010ea5787d8d574d6a7a169f226be91514a | |
parent | 3eb76fc10b8c77b1e094fb9a1029ff5ebebff590 [diff] [blame] |
Add news entry for 21832
diff --git a/Misc/NEWS b/Misc/NEWS index 0f0f054..f99c155 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -34,6 +34,8 @@ - Issue #21672: Fix the behavior of ntpath.join on UNC-style paths. +- Issue #21832: Require named tuple inputs to be exact strings. + - Issue #8343: Named group error messages in the re module did not show the name of the erroneous group.