Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a2d7cf08
Commit
a2d7cf08
authored
Apr 09, 2016
by
Berker Peksag
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #13952: Add .csv to mimetypes.types_map
Patch by Geoff Wilson.
parent
09455589
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
Lib/mimetypes.py
Lib/mimetypes.py
+1
-0
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Lib/mimetypes.py
View file @
a2d7cf08
...
...
@@ -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'
,
...
...
Misc/NEWS
View file @
a2d7cf08
...
...
@@ -99,6 +99,8 @@ Core and Builtins
Library
-------
- Issue #13952: Add .csv to mimetypes.types_map. Patch by Geoff Wilson.
- Issue #26709: Fixed Y2038 problem in loading binary PLists.
- Issue #23735: Handle terminal resizing with Readline 6.3+ by installing our
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment