]> granicus.if.org Git - python/commitdiff
merge
authorRaymond Hettinger <python@rcn.com>
Wed, 25 Jun 2014 01:13:31 +0000 (18:13 -0700)
committerRaymond Hettinger <python@rcn.com>
Wed, 25 Jun 2014 01:13:31 +0000 (18:13 -0700)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 3382cc66f75820485b256f6ed1eba05b0e2cf7ac,e1b206345fa7c48a3da0b1676f0494a2abf98786..416b46b4817c70683a8e3ede1ba05c3e64f59b12
+++ b/Misc/NEWS
@@@ -105,9 -29,15 +105,11 @@@ Librar
  
  - 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.)
 +- Issue #21719: Added the ``st_file_attributes`` field to os.stat_result on
 +  Windows.
  
 -- Issue #21635:  The difflib SequenceMatcher.get_matching_blocks() method
 -  cache didn't match the actual result.  The former was a list of tuples
 -  and the latter was a list of named tuples.
++- 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.