From: Sandro Tosi Date: Sat, 20 Aug 2011 22:16:18 +0000 (+0200) Subject: #5301: add image/vnd.microsoft.icon (.ico) MIME type X-Git-Tag: v3.3.0a1~1658^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83f7d347d53ea395cd354bd790d49533d06ca717;p=python #5301: add image/vnd.microsoft.icon (.ico) MIME type --- diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index 2ef71f9482..961e47fdf5 100644 --- a/Lib/mimetypes.py +++ b/Lib/mimetypes.py @@ -425,6 +425,7 @@ 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',