diff options
author | Raymond Hettinger <python@rcn.com> | 2014-06-25 01:11:48 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2014-06-25 01:11:48 (GMT) |
commit | 6f6922c0906e2986e221cb48c338f67ee72f1aee (patch) | |
tree | 22b7b37b7f32eb007a67b1993c19d5d6948f32cc /Misc/NEWS | |
parent | d21beaefc5af8f8257abfae9a29ccf438666674c (diff) | |
download | cpython-6f6922c0906e2986e221cb48c338f67ee72f1aee.zip cpython-6f6922c0906e2986e221cb48c338f67ee72f1aee.tar.gz cpython-6f6922c0906e2986e221cb48c338f67ee72f1aee.tar.bz2 |
Add news entry for #21832
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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.) |