summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-05-04 12:12:55 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-05-04 12:12:55 (GMT)
commit59115aa7c9488baae1b706f077dcd84a558c0097 (patch)
treeb3340cc3e04b90d386fc96685c9f4b4064602fe5 /Misc
parent9d0f772c5115217d55aef76fae33f483f2a98032 (diff)
downloadcpython-59115aa7c9488baae1b706f077dcd84a558c0097.zip
cpython-59115aa7c9488baae1b706f077dcd84a558c0097.tar.gz
cpython-59115aa7c9488baae1b706f077dcd84a558c0097.tar.bz2
Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e4a92bf..554278b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,8 @@ Core and Builtins
Library
-------
+- Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.
+
- Issue #15902: Fix imp.load_module() accepting None as a file when loading an
extension module.