diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-10-14 01:03:35 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-10-14 01:03:35 (GMT) |
commit | 82ac9bcdb3844369fd9274b559fab073a0142b1e (patch) | |
tree | 09071ca501a9e97f41fc9eb0a5c57792dca84bb2 /Misc | |
parent | c1f32ca0ade3a1bc60c0ca18efa4756d3c5282f1 (diff) | |
download | cpython-82ac9bcdb3844369fd9274b559fab073a0142b1e.zip cpython-82ac9bcdb3844369fd9274b559fab073a0142b1e.tar.gz cpython-82ac9bcdb3844369fd9274b559fab073a0142b1e.tar.bz2 |
Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding,
instead of the locale encoding.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,9 @@ Core and Builtins Library ------- +- Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding, + instead of the locale encoding. + - Issue #10653: On Windows, use strftime() instead of wcsftime() because wcsftime() doesn't format time zone correctly. |