commit | 0a9dd2f11db2a52fbc2cabaf0755aa33ad9372e5 | [log] [tgz] |
---|---|---|
author | Lars Gustäbel <lars@gustaebel.de> | Sat Dec 10 20:38:14 2011 +0100 |
committer | Lars Gustäbel <lars@gustaebel.de> | Sat Dec 10 20:38:14 2011 +0100 |
tree | e54c4c65ea1eb07113171b700f7c9ea11573f6bc | |
parent | ce2af335622a1371481fe7f410819d9df9f2ef5d [diff] [blame] |
Issue #5689: Add support for lzma compression to the tarfile module.
diff --git a/Misc/NEWS b/Misc/NEWS index 58c2813..813fe54 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -406,6 +406,8 @@ Library ------- +- Issue #5689: Add support for lzma compression to the tarfile module. + - Issue #13248: Turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning. It covers 'cgi.escape', 'importlib.abc.PyLoader', 'importlib.abc.PyPycLoader', 'nntplib.NNTP.xgtitle', 'nntplib.NNTP.xpath',