diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-06-20 20:07:06 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-06-20 20:07:06 (GMT) |
commit | ecb863b29ecaa4cd48679a45e9f9455b1f717f8b (patch) | |
tree | 55982f599d8723c120795ec5e77641bd974d6680 /Misc | |
parent | f64a0cffca141fa0a8f1138b5f069ea0da446c9f (diff) | |
download | cpython-ecb863b29ecaa4cd48679a45e9f9455b1f717f8b.zip cpython-ecb863b29ecaa4cd48679a45e9f9455b1f717f8b.tar.gz cpython-ecb863b29ecaa4cd48679a45e9f9455b1f717f8b.tar.bz2 |
Revert d370d609d09b as requested by Terry Jan Reedy:
"#3067: locale.setlocale() accepts a Unicode locale."
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -16,8 +16,6 @@ Core and Builtins Library ------- -- Issue #3067: locale.setlocale() accepts a Unicode locale. - - Issue #11700: mailbox proxy object close methods can now be called multiple times without error, and _ProxyFile now closes the wrapped file. |