mirror of
https://github.com/python/cpython.git
synced 2026-04-12 23:00:40 +00:00
commit
ba22cf8bdc
2 changed files with 3 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -237,6 +237,8 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #13952: Add .csv to mimetypes.types_map. Patch by Geoff Wilson.
|
||||
|
||||
- Issue #26587: the site module now allows .pth files to specify files to be
|
||||
added to sys.path (e.g. zip files).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue