cpython: cba2558b73ee (original) (raw)
Mercurial > cpython
changeset 72234:cba2558b73ee 3.2
#5301: add image/vnd.microsoft.icon (.ico) MIME type [#5301]
Sandro Tosi sandro.tosi@gmail.com | |
---|---|
date | Sun, 21 Aug 2011 00:16:18 +0200 |
parents | 8de8945ebfc3 |
children | 2f549ddd5bdc |
files | Lib/mimetypes.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-)[+] [-] Lib/mimetypes.py 1 |
line wrap: on
line diff
--- a/Lib/mimetypes.py +++ b/Lib/mimetypes.py @@ -425,6 +425,7 @@ def _default_mime_types(): '.hdf' : 'application/x-hdf', '.htm' : 'text/html', '.html' : 'text/html',
'.ico' : 'image/vnd.microsoft.icon',[](#l1.7) '.ief' : 'image/ief',[](#l1.8) '.jpe' : 'image/jpeg',[](#l1.9) '.jpeg' : 'image/jpeg',[](#l1.10)