diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2013-05-04 15:12:55 +0300 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-05-04 15:12:55 +0300 |
| commit | 59115aa7c9488baae1b706f077dcd84a558c0097 (patch) | |
| tree | b3340cc3e04b90d386fc96685c9f4b4064602fe5 /Misc | |
| parent | 9d0f772c5115217d55aef76fae33f483f2a98032 (diff) | |
| download | cpython-git-59115aa7c9488baae1b706f077dcd84a558c0097.tar.gz | |
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. |
