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

index 8598c3fddecdeba5d2869852c0b5409ad539eacf..e1b206345fa7c48a3da0b1676f0494a2abf98786 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,8 @@ Library
 
 - Issue #21491: socketserver: Fix a race condition in child processes reaping.
 
+- Issue #21832:  Require named tuple inputs to be exact strings.
+
 - Issue #21812: turtle.shapetransform did not tranform the turtle on the
   first call.  (Issue identified and fixed by Lita Cho.)