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
734423b8
Commit
734423b8
authored
Apr 09, 2016
by
Berker Peksag
Browse files
Options
Browse Files
Download
Plain Diff
Issue #16329: Add .webm to mimetypes.types_map
Patch by Giampaolo Rodola'.
parents
ba22cf8b
d7fdc861
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
Misc/NEWS
+2
-0
No files found.
Lib/mimetypes.py
View file @
734423b8
...
@@ -514,6 +514,7 @@ def _default_mime_types():
...
@@ -514,6 +514,7 @@ def _default_mime_types():
'.ustar'
:
'application/x-ustar'
,
'.ustar'
:
'application/x-ustar'
,
'.vcf'
:
'text/x-vcard'
,
'.vcf'
:
'text/x-vcard'
,
'.wav'
:
'audio/x-wav'
,
'.wav'
:
'audio/x-wav'
,
'.webm'
:
'video/webm'
,
'.wiz'
:
'application/msword'
,
'.wiz'
:
'application/msword'
,
'.wsdl'
:
'application/xml'
,
'.wsdl'
:
'application/xml'
,
'.xbm'
:
'image/x-xbitmap'
,
'.xbm'
:
'image/x-xbitmap'
,
...
...
Misc/NEWS
View file @
734423b8
...
@@ -237,6 +237,8 @@ Core and Builtins
...
@@ -237,6 +237,8 @@ Core and Builtins
Library
Library
-------
-------
-
Issue
#
16329
:
Add
.
webm
to
mimetypes
.
types_map
.
Patch
by
Giampaolo
Rodola
'.
- Issue #13952: Add .csv to mimetypes.types_map. Patch by Geoff Wilson.
- Issue #13952: Add .csv to mimetypes.types_map. Patch by Geoff Wilson.
- Issue #26587: the site module now allows .pth files to specify files to be
- Issue #26587: the site module now allows .pth files to specify files to be
...
...
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