Skip to content

Commit f02f5e5

Browse files
cryvateasvetlov
authored andcommitted
bpo-31867: Remove duplicates in default mimetypes. (#4388)
1 parent f2ddc6a commit f02f5e5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/mimetypes.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,6 @@ def _default_mime_types():
412412
'.bin' : 'application/octet-stream',
413413
'.bmp' : 'image/x-ms-bmp',
414414
'.c' : 'text/plain',
415-
# Duplicates :(
416-
'.cdf' : 'application/x-cdf',
417415
'.cdf' : 'application/x-netcdf',
418416
'.cpio' : 'application/x-cpio',
419417
'.csh' : 'application/x-csh',
@@ -522,8 +520,6 @@ def _default_mime_types():
522520
'.wsdl' : 'application/xml',
523521
'.xbm' : 'image/x-xbitmap',
524522
'.xlb' : 'application/vnd.ms-excel',
525-
# Duplicates :(
526-
'.xls' : 'application/excel',
527523
'.xls' : 'application/vnd.ms-excel',
528524
'.xml' : 'text/xml',
529525
'.xpdl' : 'application/xml',

0 commit comments

Comments
 (0)