summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-04-09 05:06:15 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-04-09 05:06:15 (GMT)
commit81f8d5771bcd84a20db772652c544f4ff848296a (patch)
treefb742f6e23e07502fba3bdef632f907f2c169fc4 /Lib
parent265bc81fa38852ce8bd624ecc0972a2500d0f83c (diff)
downloadcpython-81f8d5771bcd84a20db772652c544f4ff848296a.zip
cpython-81f8d5771bcd84a20db772652c544f4ff848296a.tar.gz
cpython-81f8d5771bcd84a20db772652c544f4ff848296a.tar.bz2
Issue #13952: Add .csv to mimetypes.types_map
Patch by Geoff Wilson.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/mimetypes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py
index c0316a0..9f865df 100644
--- a/Lib/mimetypes.py
+++ b/Lib/mimetypes.py
@@ -420,6 +420,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',