From: Raymond Hettinger Date: Wed, 25 Jun 2014 01:11:48 +0000 (-0700) Subject: Add news entry for #21832 X-Git-Tag: v3.4.2rc1~325 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f6922c0906e2986e221cb48c338f67ee72f1aee;p=python Add news entry for #21832 --- diff --git a/Misc/NEWS b/Misc/NEWS index 8598c3fdde..e1b206345f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -29,6 +29,8 @@ Library - 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.)