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
199a280a
Commit
199a280a
authored
Oct 08, 2018
by
travisoneill
Committed by
Andrew Svetlov
Oct 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-34758: add .wasm to recognized file extensions in mimetypes module (GH-9464)
parent
6261ae9b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
Lib/mimetypes.py
Lib/mimetypes.py
+1
-0
Misc/NEWS.d/next/Library/2018-09-26-14-09-34.bpo-34758.bRBfAi.rst
...S.d/next/Library/2018-09-26-14-09-34.bpo-34758.bRBfAi.rst
+2
-0
No files found.
Lib/mimetypes.py
View file @
199a280a
...
...
@@ -515,6 +515,7 @@ def _default_mime_types():
'.txt'
:
'text/plain'
,
'.ustar'
:
'application/x-ustar'
,
'.vcf'
:
'text/x-vcard'
,
'.wasm'
:
'application/wasm'
,
'.wav'
:
'audio/x-wav'
,
'.webm'
:
'video/webm'
,
'.wiz'
:
'application/msword'
,
...
...
Misc/NEWS.d/next/Library/2018-09-26-14-09-34.bpo-34758.bRBfAi.rst
0 → 100644
View file @
199a280a
Add .wasm -> application/wasm to list of recognized file types and content
type headers
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