diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index 92c2a470e9789d..838d5745978e03 100644 --- a/Lib/mimetypes.py +++ b/Lib/mimetypes.py @@ -501,7 +501,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',