mirror of
https://github.com/python/cpython.git
synced 2025-11-26 21:33:10 +00:00
Issue #16329: Add .webm to mimetypes.types_map
Patch by Giampaolo Rodola'.
This commit is contained in:
parent
a2d7cf087f
commit
d7fdc86153
2 changed files with 3 additions and 0 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
|
|
@ -99,6 +99,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 #26709: Fixed Y2038 problem in loading binary PLists.
|
- Issue #26709: Fixed Y2038 problem in loading binary PLists.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue