Commit a2d7cf08 authored by Berker Peksag's avatar Berker Peksag

Issue #13952: Add .csv to mimetypes.types_map

Patch by Geoff Wilson.
parent 09455589
...@@ -416,6 +416,7 @@ def _default_mime_types(): ...@@ -416,6 +416,7 @@ def _default_mime_types():
'.cpio' : 'application/x-cpio', '.cpio' : 'application/x-cpio',
'.csh' : 'application/x-csh', '.csh' : 'application/x-csh',
'.css' : 'text/css', '.css' : 'text/css',
'.csv' : 'text/csv',
'.dll' : 'application/octet-stream', '.dll' : 'application/octet-stream',
'.doc' : 'application/msword', '.doc' : 'application/msword',
'.dot' : 'application/msword', '.dot' : 'application/msword',
......
...@@ -99,6 +99,8 @@ Core and Builtins ...@@ -99,6 +99,8 @@ Core and Builtins
Library Library
------- -------
- Issue #13952: Add .csv to mimetypes.types_map. Patch by Geoff Wilson.
- Issue #26709: Fixed Y2038 problem in loading binary PLists. - Issue #26709: Fixed Y2038 problem in loading binary PLists.
- Issue #23735: Handle terminal resizing with Readline 6.3+ by installing our - Issue #23735: Handle terminal resizing with Readline 6.3+ by installing our
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment