diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2011-12-10 19:38:14 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2011-12-10 19:38:14 (GMT) |
commit | 0a9dd2f11db2a52fbc2cabaf0755aa33ad9372e5 (patch) | |
tree | e54c4c65ea1eb07113171b700f7c9ea11573f6bc /Misc/NEWS | |
parent | ce2af335622a1371481fe7f410819d9df9f2ef5d (diff) | |
download | cpython-0a9dd2f11db2a52fbc2cabaf0755aa33ad9372e5.zip cpython-0a9dd2f11db2a52fbc2cabaf0755aa33ad9372e5.tar.gz cpython-0a9dd2f11db2a52fbc2cabaf0755aa33ad9372e5.tar.bz2 |
Issue #5689: Add support for lzma compression to the tarfile module.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -406,6 +406,8 @@ Core and Builtins 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', |