diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-04-09 04:52:05 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-04-09 04:52:05 (GMT) |
commit | a2d7cf087f5496dd86c99a9b64821bb35be26bba (patch) | |
tree | 2b96d3bfd7738ea56fd803b14dee95f6e22470e2 /Misc | |
parent | 09455589c71e06fdc1f0b83711dbcd2ff08c6e20 (diff) | |
download | cpython-a2d7cf087f5496dd86c99a9b64821bb35be26bba.zip cpython-a2d7cf087f5496dd86c99a9b64821bb35be26bba.tar.gz cpython-a2d7cf087f5496dd86c99a9b64821bb35be26bba.tar.bz2 |
Issue #13952: Add .csv to mimetypes.types_map
Patch by Geoff Wilson.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |