8000 Remove duplicate mime type mapping .bmp -> image/x-ms-bmp (GH-26300) · python/cpython@de14d70 · GitHub
[go: up one dir, main page]

Skip to content

Commit de14d70

Browse files
Remove duplicate mime type mapping .bmp -> image/x-ms-bmp (GH-26300)
Thanks for the contribution @andreasjansson
1 parent 21dd43c commit de14d70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/mimetypes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,6 @@ def _default_mime_types():
513513
'.tif' : 'image/tiff',
514514
'.ico' : 'image/vnd.microsoft.icon',
515515
'.ras' : 'image/x-cmu-raster',
516-
'.bmp' : 'image/x-ms-bmp',
517516
'.pnm' : 'image/x-portable-anymap',
518517
'.pbm' : 'image/x-portable-bitmap',
519518
'.pgm' : 'image/x-portable-graymap',

0 commit comments

Comments
 (0)
0