diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-04-09 05:00:20 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-04-09 05:00:20 (GMT) |
commit | d7fdc86153daf42a1f77e5bdf6bf68838f6ba338 (patch) | |
tree | fed6cc602a049e65bef682642ce7e3a11b0d9ee1 /Misc | |
parent | a2d7cf087f5496dd86c99a9b64821bb35be26bba (diff) | |
download | cpython-d7fdc86153daf42a1f77e5bdf6bf68838f6ba338.zip cpython-d7fdc86153daf42a1f77e5bdf6bf68838f6ba338.tar.gz cpython-d7fdc86153daf42a1f77e5bdf6bf68838f6ba338.tar.bz2 |
Issue #16329: Add .webm to mimetypes.types_map
Patch by Giampaolo Rodola'.
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 #16329: Add .webm to mimetypes.types_map. Patch by Giampaolo Rodola'. + - Issue #13952: Add .csv to mimetypes.types_map. Patch by Geoff Wilson. - Issue #26709: Fixed Y2038 problem in loading binary PLists. |