]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Revert commit that was not a bugfix (#5301).
authorÉric Araujo <merwok@netwok.org>
Fri, 4 Nov 2011 17:15:45 +0000 (18:15 +0100)
committerÉric Araujo <merwok@netwok.org>
Fri, 4 Nov 2011 17:15:45 +0000 (18:15 +0100)
I won’t revert in 3.2, since Georg pulled this change in 3.2.2 and
released it.

Lib/mimetypes.py

index 8347786440064e939826ed38cae72bb78f37ecdf..4c054c961cd71550d8f299b9a01b806e8e4e434c 100644 (file)
@@ -432,7 +432,6 @@ def _default_mime_types():
         '.hdf'    : 'application/x-hdf',
         '.htm'    : 'text/html',
         '.html'   : 'text/html',
-        '.ico'    : 'image/vnd.microsoft.icon',
         '.ief'    : 'image/ief',
         '.jpe'    : 'image/jpeg',
         '.jpeg'   : 'image/jpeg',