From 4922a46e1a9c4444df7664a799a847f86e24237f Mon Sep 17 00:00:00 2001 From: R David Murray Date: Mon, 26 Mar 2012 21:06:04 -0400 Subject: [PATCH] #5301: re-add image/vnd.microsoft.icon per discussion We concluded that adding registered mimetypes present in most systems' mime databases can be considered a bug fix. --- 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',