]> granicus.if.org Git - python/commit
bpo-22589 Changed MIME type of .bmp to "image/bmp" (#4756)
authorNitish Chandra <nitishchandrachinta@gmail.com>
Fri, 8 Dec 2017 12:48:44 +0000 (18:18 +0530)
committerR. David Murray <rdmurray@bitdance.com>
Fri, 8 Dec 2017 12:48:44 +0000 (07:48 -0500)
commitede157331b4f9e550334900b3b4de1c8590688de
tree1a5ac61cc353564d840dc2294e2f4bac7d59a382
parent11cc289490b7b275fc0a033e2b376a8d4c780d9b
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.
Lib/mimetypes.py
Misc/NEWS.d/next/Library/2017-12-08-15-09-41.bpo-22589.8ouqI6.rst [new file with mode: 0644]