Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba22cf8 + d7fdc86 commit 734423bCopy full SHA for 734423b
2 files changed
Lib/mimetypes.py
@@ -514,6 +514,7 @@ def _default_mime_types():
514
'.ustar' : 'application/x-ustar',
515
'.vcf' : 'text/x-vcard',
516
'.wav' : 'audio/x-wav',
517
+ '.webm' : 'video/webm',
518
'.wiz' : 'application/msword',
519
'.wsdl' : 'application/xml',
520
'.xbm' : 'image/x-xbitmap',
Misc/NEWS
@@ -237,6 +237,8 @@ Core and Builtins
237
Library
238
-------
239
240
+- Issue #16329: Add .webm to mimetypes.types_map. Patch by Giampaolo Rodola'.
241
+
242
- Issue #13952: Add .csv to mimetypes.types_map. Patch by Geoff Wilson.
243
244
- Issue #26587: the site module now allows .pth files to specify files to be
0 commit comments