diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2016-04-09 04:53:00 (GMT) |
|---|---|---|
| committer | Berker Peksag <berker.peksag@gmail.com> | 2016-04-09 04:53:00 (GMT) |
| commit | ba22cf8bdce7ddfdf4c6fcac27987a5413b4074f (patch) | |
| tree | 0d77733aa7a0f983c64a8d680d0cde01e4f09ac9 /Lib | |
| parent | fe21de98369bf99acf4745cdf539c9c952980c92 (diff) | |
| parent | a2d7cf087f5496dd86c99a9b64821bb35be26bba (diff) | |
| download | cpython-ba22cf8bdce7ddfdf4c6fcac27987a5413b4074f.zip cpython-ba22cf8bdce7ddfdf4c6fcac27987a5413b4074f.tar.gz cpython-ba22cf8bdce7ddfdf4c6fcac27987a5413b4074f.tar.bz2 | |
Issue #13952: Add .csv to mimetypes.types_map
Patch by Geoff Wilson.
Diffstat (limited to 'Lib')
| -rw-r--r-- | Lib/mimetypes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index d64726b..f02d62d 100644 --- a/Lib/mimetypes.py +++ b/Lib/mimetypes.py @@ -416,6 +416,7 @@ def _default_mime_types(): '.cpio' : 'application/x-cpio', '.csh' : 'application/x-csh', '.css' : 'text/css', + '.csv' : 'text/csv', '.dll' : 'application/octet-stream', '.doc' : 'application/msword', '.dot' : 'application/msword', |
