diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-05-04 12:12:55 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-05-04 12:12:55 (GMT) |
commit | 59115aa7c9488baae1b706f077dcd84a558c0097 (patch) | |
tree | b3340cc3e04b90d386fc96685c9f4b4064602fe5 /Misc | |
parent | 9d0f772c5115217d55aef76fae33f483f2a98032 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |