[Python-checkins] cpython (3.4): Add news entry for #21832

raymond.hettinger python-checkins at python.org
Wed Jun 25 03:13:40 CEST 2014


http://hg.python.org/cpython/rev/958e8bebda6d
changeset:   91378:958e8bebda6d
branch:      3.4
parent:      91375:fa2638e5370f
user:        Raymond Hettinger <python at rcn.com>
date:        Tue Jun 24 18:11:48 2014 -0700
summary:
  Add news entry for #21832

files:
  Misc/NEWS |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,8 @@
 
 - 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.)
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list