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.
1 parent f15c547 commit 52a778fCopy full SHA for 52a778f
2 files changed
Lib/mimetypes.py
@@ -500,6 +500,7 @@ def _default_mime_types():
500
'.ps' : 'application/postscript',
501
'.ai' : 'application/postscript',
502
'.eps' : 'application/postscript',
503
+ '.toml' : 'application/toml',
504
'.trig' : 'application/trig',
505
'.m3u' : 'application/vnd.apple.mpegurl',
506
'.m3u8' : 'application/vnd.apple.mpegurl',
Lib/test/test_mimetypes.py
@@ -230,6 +230,7 @@ def check_extensions():
230
("application/gzip", ".gz"),
231
("application/ogg", ".ogx"),
232
("application/postscript", ".ps"),
233
+ ("application/toml", ".toml"),
234
("application/vnd.apple.mpegurl", ".m3u"),
235
("application/vnd.ms-excel", ".xls"),
236
("application/vnd.ms-fontobject", ".eot"),
0 commit comments