From a75039ad884fd82ea62c5ad48ed5d43810a96e91 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sun, 21 Aug 2011 00:15:56 +0200 Subject: [PATCH] #5301: add image/vnd.microsoft.icon (.ico) MIME type --- Lib/mimetypes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index 4c054c961cd..83477864400 100644 --- a/Lib/mimetypes.py +++ b/Lib/mimetypes.py @@ -432,6 +432,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',