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

raymond.hettinger python-checkins at python.org
Wed Jun 25 03:15:33 CEST 2014


http://hg.python.org/cpython/rev/69783040dd54
changeset:   91380:69783040dd54
branch:      2.7
parent:      91364:b0526da56c54
user:        Raymond Hettinger <python at rcn.com>
date:        Tue Jun 24 18:14:53 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
@@ -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.
 

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


More information about the Python-checkins mailing list