From: Raymond Hettinger Date: Wed, 25 Jun 2014 01:14:53 +0000 (-0700) Subject: Add news entry for 21832 X-Git-Tag: v2.7.8~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53296810f8db94bc138184b302413607f65f4262;p=thirdparty%2FPython%2Fcpython.git Add news entry for 21832 --- diff --git a/Misc/NEWS b/Misc/NEWS index 0f0f054489d8..f99c1550036b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.