bpo-22589 Changed MIME type of .bmp to "image/bmp" (#4756)

Per rfc7903 this is the standard MIME type for this file format, and appears as such in the IANA MIME registry.
This commit is contained in:
Nitish Chandra 2017-12-08 18:18:44 +05:30 committed by R. David Murray
parent 11cc289490
commit ede157331b
2 changed files with 2 additions and 1 deletions

View file

@ -410,7 +410,7 @@ def _default_mime_types():
'.bat' : 'text/plain',
'.bcpio' : 'application/x-bcpio',
'.bin' : 'application/octet-stream',
'.bmp' : 'image/x-ms-bmp',
'.bmp' : 'image/bmp',
'.c' : 'text/plain',
'.cdf' : 'application/x-netcdf',
'.cpio' : 'application/x-cpio',