Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 734423b

Browse files
committed
Issue #16329: Add .webm to mimetypes.types_map
Patch by Giampaolo Rodola'.
2 parents ba22cf8 + d7fdc86 commit 734423b

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Lib/mimetypes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ def _default_mime_types():
514514
'.ustar' : 'application/x-ustar',
515515
'.vcf' : 'text/x-vcard',
516516
'.wav' : 'audio/x-wav',
517+
'.webm' : 'video/webm',
517518
'.wiz' : 'application/msword',
518519
'.wsdl' : 'application/xml',
519520
'.xbm' : 'image/x-xbitmap',

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ Core and Builtins
237237
Library
238238
-------
239239

240+
- Issue #16329: Add .webm to mimetypes.types_map. Patch by Giampaolo Rodola'.
241+
240242
- Issue #13952: Add .csv to mimetypes.types_map. Patch by Geoff Wilson.
241243

242244
- Issue #26587: the site module now allows .pth files to specify files to be

0 commit comments

Comments
 (0)