changeset: 91378:958e8bebda6d branch: 3.4 parent: 91375:fa2638e5370f user: Raymond Hettinger date: Tue Jun 24 18:11:48 2014 -0700 files: Misc/NEWS description: Add news entry for #21832 diff -r fa2638e5370f -r 958e8bebda6d Misc/NEWS --- a/Misc/NEWS Tue Jun 24 18:07:14 2014 -0700 +++ b/Misc/NEWS Tue Jun 24 18:11:48 2014 -0700 @@ -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.)