summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-10-14 01:05:10 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-10-14 01:05:10 (GMT)
commit0e7e715a117ca5f29d53890550ff00447f0c2dc5 (patch)
treef08f9b8444d04c1edab37cbdf791202bae31b8ed /Misc
parent792b47f6caba35c996db8361d06a0368eb58bea0 (diff)
parent82ac9bcdb3844369fd9274b559fab073a0142b1e (diff)
downloadcpython-0e7e715a117ca5f29d53890550ff00447f0c2dc5.zip
cpython-0e7e715a117ca5f29d53890550ff00447f0c2dc5.tar.gz
cpython-0e7e715a117ca5f29d53890550ff00447f0c2dc5.tar.bz2
(Merge 3.2) 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 681fae3..65f862d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -305,6 +305,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.