summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-10-14 01:03:35 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-10-14 01:03:35 (GMT)
commit82ac9bcdb3844369fd9274b559fab073a0142b1e (patch)
tree09071ca501a9e97f41fc9eb0a5c57792dca84bb2 /Misc
parentc1f32ca0ade3a1bc60c0ca18efa4756d3c5282f1 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 44447ba..ecff9b7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.