commit | 6f6922c0906e2986e221cb48c338f67ee72f1aee | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Jun 24 18:11:48 2014 -0700 |
committer | Raymond Hettinger <python@rcn.com> | Tue Jun 24 18:11:48 2014 -0700 |
tree | 22b7b37b7f32eb007a67b1993c19d5d6948f32cc | |
parent | d21beaefc5af8f8257abfae9a29ccf438666674c [diff] |
Add news entry for #21832
diff --git a/Misc/NEWS b/Misc/NEWS index 8598c3f..e1b2063 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -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.)