]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding,
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 14 Oct 2011 01:03:35 +0000 (03:03 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 14 Oct 2011 01:03:35 +0000 (03:03 +0200)
commit82ac9bcdb3844369fd9274b559fab073a0142b1e
tree09071ca501a9e97f41fc9eb0a5c57792dca84bb2
parentc1f32ca0ade3a1bc60c0ca18efa4756d3c5282f1
Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding,
instead of the locale encoding.
Lib/mimetypes.py
Lib/test/mime.types [new file with mode: 0644]
Lib/test/test_mimetypes.py
Misc/NEWS