mirror of
https://github.com/python/cpython.git
synced 2025-12-10 11:00:14 +00:00
gh-97901 add missing text/rtf to mimetypes (GH-97902)
Co-authored-by: Noam Cohen <noam@noam.me>
This commit is contained in:
parent
4ec347760f
commit
70969d53a7
3 changed files with 3 additions and 0 deletions
|
|
@ -561,6 +561,7 @@ def _default_mime_types():
|
|||
'.pl' : 'text/plain',
|
||||
'.srt' : 'text/plain',
|
||||
'.rtx' : 'text/richtext',
|
||||
'.rtf' : 'text/rtf',
|
||||
'.tsv' : 'text/tab-separated-values',
|
||||
'.vtt' : 'text/vtt',
|
||||
'.py' : 'text/x-python',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue