From: Barry Warsaw Date: Mon, 15 Aug 2011 23:50:35 +0000 (-0400) Subject: NEWS entry. X-Git-Tag: v2.7.3rc1~513 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39935f4ab803dbcc3a1f106092527c0cd642e88f;p=thirdparty%2FPython%2Fcpython.git NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 497e3d4ab012..139eb6f7f82d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -40,6 +40,9 @@ Core and Builtins Library ------- +- Issue #12752: Fix regression which prevented locale.normalize() from + accepting unicode strings. + - Issue #12683: urlparse updated to include svn as schemes that uses relative paths. (svn from 1.5 onwards support relative path).