]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove duplicate mime type mapping .bmp -> image/x-ms-bmp (GH-26300)
authorAndreas Jansson <andreas.s.t.jansson@gmail.com>
Sat, 29 May 2021 01:20:46 +0000 (18:20 -0700)
committerGitHub <noreply@github.com>
Sat, 29 May 2021 01:20:46 +0000 (22:20 -0300)
Thanks for the contribution @andreasjansson

Lib/mimetypes.py

index 018793c4f01e46adfc970b290250d426645b0f51..4cd94042126f338166143825ddf5fe193b0e3605 100644 (file)
@@ -513,7 +513,6 @@ def _default_mime_types():
         '.tif'    : 'image/tiff',
         '.ico'    : 'image/vnd.microsoft.icon',
         '.ras'    : 'image/x-cmu-raster',
-        '.bmp'    : 'image/x-ms-bmp',
         '.pnm'    : 'image/x-portable-anymap',
         '.pbm'    : 'image/x-portable-bitmap',
         '.pgm'    : 'image/x-portable-graymap',