[Python-checkins] cpython (3.5): Issue #16329: Add .webm to mimetypes.types_map

berker.peksag python-checkins at python.org
Sat Apr 9 01:00:20 EDT 2016


https://hg.python.org/cpython/rev/0327a5a11108
changeset: 100881:0327a5a11108
branch: 3.5
parent: 100879:711672506b40
user: Berker Peksag <berker.peksag at gmail.com>
date: Sat Apr 09 08:00:20 2016 +0300
summary:
 Issue #16329: Add .webm to mimetypes.types_map
Patch by Giampaolo Rodola'.
files:
 Lib/mimetypes.py | 1 +
 Misc/NEWS | 2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py
--- a/Lib/mimetypes.py
+++ b/Lib/mimetypes.py
@@ -514,6 +514,7 @@
 '.ustar' : 'application/x-ustar',
 '.vcf' : 'text/x-vcard',
 '.wav' : 'audio/x-wav',
+ '.webm' : 'video/webm',
 '.wiz' : 'application/msword',
 '.wsdl' : 'application/xml',
 '.xbm' : 'image/x-xbitmap',
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -99,6 +99,8 @@
 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 #26709: Fixed Y2038 problem in loading binary PLists.
-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /