Add news entry for #21832

This commit is contained in:
Raymond Hettinger 2014-06-24 18:11:48 -07:00
parent d21beaefc5
commit 6f6922c090
1 changed files with 2 additions and 0 deletions

View File

@ -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.)