commit | a75039ad884fd82ea62c5ad48ed5d43810a96e91 | [log] [tgz] |
---|---|---|
author | Sandro Tosi <sandro.tosi@gmail.com> | Sun Aug 21 00:15:56 2011 +0200 |
committer | Sandro Tosi <sandro.tosi@gmail.com> | Sun Aug 21 00:15:56 2011 +0200 |
tree | 3197900814e5ba7ab073b56846ddcfd35f6fcdba | |
parent | b384356b9bc48aa31f36f312cc5789dec442f860 [diff] |
#5301: add image/vnd.microsoft.icon (.ico) MIME type
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',