]> granicus.if.org Git - python/commitdiff
NEWS entry.
authorBarry Warsaw <barry@python.org>
Mon, 15 Aug 2011 23:50:35 +0000 (19:50 -0400)
committerBarry Warsaw <barry@python.org>
Mon, 15 Aug 2011 23:50:35 +0000 (19:50 -0400)
Misc/NEWS

index 497e3d4ab01293af0d17c9d162218ddfad6df277..139eb6f7f82dd300221631c0c8e4294cec2ab9cb 100644 (file)
--- 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).