commit | 3c85fe07f40a18d9f5733e85b213a6992c5b2ed4 | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Fri Nov 04 21:35:07 2011 +0200 |
committer | Petri Lehtinen <petri@digip.org> | Fri Nov 04 22:21:07 2011 +0200 |
tree | c142b9710010953017c497ee9f88e463ccbe54d3 | |
parent | 12b66b5217d7cbccbeb918683f6df8ab9ae84c3d [diff] [blame] |
Issue #3067: Fix the error raised by locale.setlocale()
diff --git a/Misc/NEWS b/Misc/NEWS index c91c094..7ef1977 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -66,6 +66,9 @@ Library ------- +- Issue #3067: locale.setlocale() now raises TypeError if the second + argument is an invalid iterable. Initial patch by Jyrki Pulliainen. + - Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn. - Issue #13339: Fix compile error in posixmodule.c due to missing semicolon.