mirror of
https://github.com/python/cpython.git
synced 2025-09-08 01:41:19 +00:00
gh-132054: Add `application/yaml
to
mimetypes
` (#132056)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
fee808936f
commit
132b6bc98f
4 changed files with 29 additions and 0 deletions
|
@ -544,6 +544,8 @@ def _default_mime_types():
|
|||
'.rdf' : 'application/xml',
|
||||
'.wsdl' : 'application/xml',
|
||||
'.xpdl' : 'application/xml',
|
||||
'.yaml' : 'application/yaml',
|
||||
'.yml' : 'application/yaml',
|
||||
'.zip' : 'application/zip',
|
||||
'.3gp' : 'audio/3gpp',
|
||||
'.3gpp' : 'audio/3gpp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue