commit | 74b7e44d7dbb57068788330dd4070dd502f5f945 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Jun 01 04:23:07 2009 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Jun 01 04:23:07 2009 +0000 |
tree | ad5e618936f4397c8469ccf3457524266200a4b0 | |
parent | 79b13874e20bd9ee74ad5899068eb17e33090b5d [diff] [blame] |
Issue #6150: Fix test_unicode on wide-unicode builds.
diff --git a/Misc/NEWS b/Misc/NEWS index 4f168c9..4058526 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -18,6 +18,8 @@ Library ------- +- Issue #6150: Fix test_unicode on wide-unicode builds. + - Issue #6149: Fix initialization of WeakValueDictionary objects from non-empty parameters.