Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f02f5e5c
Commit
f02f5e5c
authored
Nov 17, 2017
by
Henk-Jaap Wagenaar
Committed by
Andrew Svetlov
Nov 17, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-31867: Remove duplicates in default mimetypes. (#4388)
parent
f2ddc6ac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
Lib/mimetypes.py
Lib/mimetypes.py
+0
-4
No files found.
Lib/mimetypes.py
View file @
f02f5e5c
...
@@ -412,8 +412,6 @@ def _default_mime_types():
...
@@ -412,8 +412,6 @@ def _default_mime_types():
'.bin'
:
'application/octet-stream'
,
'.bin'
:
'application/octet-stream'
,
'.bmp'
:
'image/x-ms-bmp'
,
'.bmp'
:
'image/x-ms-bmp'
,
'.c'
:
'text/plain'
,
'.c'
:
'text/plain'
,
# Duplicates :(
'.cdf'
:
'application/x-cdf'
,
'.cdf'
:
'application/x-netcdf'
,
'.cdf'
:
'application/x-netcdf'
,
'.cpio'
:
'application/x-cpio'
,
'.cpio'
:
'application/x-cpio'
,
'.csh'
:
'application/x-csh'
,
'.csh'
:
'application/x-csh'
,
...
@@ -522,8 +520,6 @@ def _default_mime_types():
...
@@ -522,8 +520,6 @@ def _default_mime_types():
'.wsdl'
:
'application/xml'
,
'.wsdl'
:
'application/xml'
,
'.xbm'
:
'image/x-xbitmap'
,
'.xbm'
:
'image/x-xbitmap'
,
'.xlb'
:
'application/vnd.ms-excel'
,
'.xlb'
:
'application/vnd.ms-excel'
,
# Duplicates :(
'.xls'
:
'application/excel'
,
'.xls'
:
'application/vnd.ms-excel'
,
'.xls'
:
'application/vnd.ms-excel'
,
'.xml'
:
'text/xml'
,
'.xml'
:
'text/xml'
,
'.xpdl'
:
'application/xml'
,
'.xpdl'
:
'application/xml'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment