Commit 734423b8 authored by Berker Peksag's avatar Berker Peksag

Issue #16329: Add .webm to mimetypes.types_map

Patch by Giampaolo Rodola'.
parents ba22cf8b d7fdc861
...@@ -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',
......
...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment