commit | 4922a46e1a9c4444df7664a799a847f86e24237f | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Mon Mar 26 21:06:04 2012 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Mon Mar 26 21:06:04 2012 -0400 |
tree | b60fb633c0cf7428fc53850749f8e33b8c1d87fc | |
parent | 48a88953cc493de6155400f4b34722a93dd3a95f [diff] |
#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.
diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index 4c054c9..8347786 100644 --- a/Lib/mimetypes.py +++ b/Lib/mimetypes.py
@@ -432,6 +432,7 @@ '.hdf' : 'application/x-hdf', '.htm' : 'text/html', '.html' : 'text/html', + '.ico' : 'image/vnd.microsoft.icon', '.ief' : 'image/ief', '.jpe' : 'image/jpeg', '.jpeg' : 'image/jpeg',