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 0945558 commit a2d7cf0Copy full SHA for a2d7cf0
2 files changed
Lib/mimetypes.py
@@ -416,6 +416,7 @@ def _default_mime_types():
416
'.cpio' : 'application/x-cpio',
417
'.csh' : 'application/x-csh',
418
'.css' : 'text/css',
419
+ '.csv' : 'text/csv',
420
'.dll' : 'application/octet-stream',
421
'.doc' : 'application/msword',
422
'.dot' : 'application/msword',
Misc/NEWS
@@ -99,6 +99,8 @@ Core and Builtins
99
Library
100
-------
101
102
+- Issue #13952: Add .csv to mimetypes.types_map. Patch by Geoff Wilson.
103
+
104
- Issue #26709: Fixed Y2038 problem in loading binary PLists.
105
106
- Issue #23735: Handle terminal resizing with Readline 6.3+ by installing our
0 commit comments