]> granicus.if.org Git - python/commit
(Merge 3.2) Issue #13025: mimetypes is now reading MIME types using the UTF-8
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 14 Oct 2011 01:05:10 +0000 (03:05 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 14 Oct 2011 01:05:10 +0000 (03:05 +0200)
commit0e7e715a117ca5f29d53890550ff00447f0c2dc5
treef08f9b8444d04c1edab37cbdf791202bae31b8ed
parent792b47f6caba35c996db8361d06a0368eb58bea0
parent82ac9bcdb3844369fd9274b559fab073a0142b1e
(Merge 3.2) Issue #13025: mimetypes is now reading MIME types using the UTF-8
encoding, instead of the locale encoding.
Lib/mimetypes.py
Misc/NEWS