From: Berker Peksag <berker.peksag@gmail.com>
Date: Sat, 9 Apr 2016 05:00:53 +0000 (+0300)
Subject: Issue #16329: Add .webm to mimetypes.types_map
X-Git-Tag: v3.6.0a1~251
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=734423b87b49913dcd21cffe5d4f086df04c4df8;p=python

Issue #16329: Add .webm to mimetypes.types_map

Patch by Giampaolo Rodola'.
---

734423b87b49913dcd21cffe5d4f086df04c4df8
diff --cc Misc/NEWS
index da10aeb444,676f37e7e7..2bb63966bc
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@@ -237,14 -98,11 +237,16 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #16329: Add .webm to mimetypes.types_map.  Patch by Giampaolo Rodola'.
+ 
  - 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