Add news entry for 21832

This commit is contained in:
Raymond Hettinger 2014-06-24 18:14:53 -07:00
parent 3eb76fc10b
commit 53296810f8
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ Library
- Issue #21672: Fix the behavior of ntpath.join on UNC-style paths.
- Issue #21832: Require named tuple inputs to be exact strings.
- Issue #8343: Named group error messages in the re module did not show
the name of the erroneous group.