[Python-checkins] cpython (merge 3.4 -> default): merge

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


http://hg.python.org/cpython/rev/c0a7db165344
changeset:   91379:c0a7db165344
parent:      91377:eee636e3edbe
parent:      91378:958e8bebda6d
user:        Raymond Hettinger <python at rcn.com>
date:        Tue Jun 24 18:13:31 2014 -0700
summary:
  merge

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
@@ -108,6 +108,8 @@
 - Issue #21719: Added the ``st_file_attributes`` field to os.stat_result on
   Windows.
 
+- Issue #21832:  Require named tuple inputs to be exact strings.
+
 - Issue #21722: The distutils "upload" command now exits with a non-zero
   return code when uploading fails.  Patch by Martin Dengler.
 

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


More information about the Python-checkins mailing list