commit | 6aca765220f5915482c7c4533160b4179aea9faa | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat May 04 15:11:46 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat May 04 15:11:46 2013 +0300 |
tree | a505c92f721ce0f3947386c085ba3ff21a5c0bcf | |
parent | 0801d73b1bc54a04a87f052832592d5e474770c4 [diff] [blame] |
Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.
diff --git a/Misc/NEWS b/Misc/NEWS index 625d300..f438794 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -34,6 +34,8 @@ Library ------- +- Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. + - Issue #17192: Restore the patch for Issue #10309 which was ommitted in 2.7.4 when updating the bundled version of libffi used by ctypes.