From: Berker Peksag Date: Sat, 9 Apr 2016 04:53:00 +0000 (+0300) Subject: Issue #13952: Add .csv to mimetypes.types_map X-Git-Tag: v3.6.0a1~252 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba22cf8bdce7ddfdf4c6fcac27987a5413b4074f;p=thirdparty%2FPython%2Fcpython.git Issue #13952: Add .csv to mimetypes.types_map Patch by Geoff Wilson. --- ba22cf8bdce7ddfdf4c6fcac27987a5413b4074f diff --cc Misc/NEWS index 6fbbdb3ac37a,735cb8ac3108..da10aeb44459 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -237,12 -98,9 +237,14 @@@ Core and Builtin 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). + +- Issue #25609: Introduce contextlib.AbstractContextManager and + typing.ContextManager. + - Issue #26709: Fixed Y2038 problem in loading binary PLists. - Issue #23735: Handle terminal resizing with Readline 6.3+ by installing our