]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #5689: Add support for lzma compression to the tarfile module.
authorLars Gustäbel <lars@gustaebel.de>
Sat, 10 Dec 2011 19:38:14 +0000 (20:38 +0100)
committerLars Gustäbel <lars@gustaebel.de>
Sat, 10 Dec 2011 19:38:14 +0000 (20:38 +0100)
commit0a9dd2f11db2a52fbc2cabaf0755aa33ad9372e5
treee54c4c65ea1eb07113171b700f7c9ea11573f6bc
parentce2af335622a1371481fe7f410819d9df9f2ef5d
Issue #5689: Add support for lzma compression to the tarfile module.
Doc/library/tarfile.rst
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS