cpython: 3e7f6f931e09 (original) (raw)
Mercurial > cpython
changeset 75961:3e7f6f931e09 2.7
#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. [#5301]
R David Murray rdmurray@bitdance.com | |
---|---|
date | Mon, 26 Mar 2012 21:06:04 -0400 |
parents | 03771ea22ead |
children | 39d1c2c7bcf7 |
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 @@ -432,6 +432,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)