commit | 39935f4ab803dbcc3a1f106092527c0cd642e88f | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Mon Aug 15 19:50:35 2011 -0400 |
committer | Barry Warsaw <barry@python.org> | Mon Aug 15 19:50:35 2011 -0400 |
tree | 930eec7e3f50aaae516567ad929d4039f701ac10 | |
parent | edfba8244c6ec1a7aceeff69e304489478d9d7c7 [diff] [blame] |
NEWS entry.
diff --git a/Misc/NEWS b/Misc/NEWS index 497e3d4..139eb6f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -40,6 +40,9 @@ 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).