Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ddc6a commit f02f5e5Copy full SHA for f02f5e5
1 file changed
Lib/mimetypes.py
@@ -412,8 +412,6 @@ def _default_mime_types():
412
'.bin' : 'application/octet-stream',
413
'.bmp' : 'image/x-ms-bmp',
414
'.c' : 'text/plain',
415
- # Duplicates :(
416
- '.cdf' : 'application/x-cdf',
417
'.cdf' : 'application/x-netcdf',
418
'.cpio' : 'application/x-cpio',
419
'.csh' : 'application/x-csh',
@@ -522,8 +520,6 @@ def _default_mime_types():
522
520
'.wsdl' : 'application/xml',
523
521
'.xbm' : 'image/x-xbitmap',
524
'.xlb' : 'application/vnd.ms-excel',
525
526
- '.xls' : 'application/excel',
527
'.xls' : 'application/vnd.ms-excel',
528
'.xml' : 'text/xml',
529
'.xpdl' : 'application/xml',
0 commit comments