]> granicus.if.org Git - python/commitdiff
Add news entry for 21832
authorRaymond Hettinger <python@rcn.com>
Wed, 25 Jun 2014 01:14:53 +0000 (18:14 -0700)
committerRaymond Hettinger <python@rcn.com>
Wed, 25 Jun 2014 01:14:53 +0000 (18:14 -0700)
Misc/NEWS

index 0f0f054489d8f9c79ececc770b8d5339f522853d..f99c1550036b59bf2f19fd214bd18a1fbaa95aba 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,8 @@ Library
 
 - 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.