commit | d31829329590acc98a94a79b1c5f1428235867e8 | [log] [tgz] |
---|---|---|
author | Sandro Tosi <sandro.tosi@gmail.com> | Sun Aug 21 00:16:18 2011 +0200 |
committer | Sandro Tosi <sandro.tosi@gmail.com> | Sun Aug 21 00:16:18 2011 +0200 |
tree | 026428a3bfd9dd8a585bc1001f9302e022d9b0f7 | |
parent | dc42beb55ee75ab8b56aae1f96a0c6be4fc08083 [diff] |
#5301: add image/vnd.microsoft.icon (.ico) MIME type
diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index 2ef71f9..961e47f 100644 --- a/Lib/mimetypes.py +++ b/Lib/mimetypes.py
@@ -425,6 +425,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',