mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
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:
parent
11cc289490
commit
ede157331b
2 changed files with 2 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue