diff options
author | Petri Lehtinen <petri@digip.org> | 2011-11-04 19:35:07 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2011-11-04 20:21:07 (GMT) |
commit | 3c85fe07f40a18d9f5733e85b213a6992c5b2ed4 (patch) | |
tree | c142b9710010953017c497ee9f88e463ccbe54d3 /Misc | |
parent | 12b66b5217d7cbccbeb918683f6df8ab9ae84c3d (diff) | |
download | cpython-3c85fe07f40a18d9f5733e85b213a6992c5b2ed4.zip cpython-3c85fe07f40a18d9f5733e85b213a6992c5b2ed4.tar.gz cpython-3c85fe07f40a18d9f5733e85b213a6992c5b2ed4.tar.bz2 |
Issue #3067: Fix the error raised by locale.setlocale()
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -717,6 +717,7 @@ John Popplewell Amrit Prem Paul Prescod Donovan Preston +Jyrki Pulliainen Steve Purcell Fernando Pérez Eduardo Pérez @@ -66,6 +66,9 @@ Core and Builtins 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. |