This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doko
Recipients doko
Date 2009-04-04.16:08:33
SpamBayes Score 0.021617502
Marked as misclassified No
Message-id <1238861315.81.0.348941469726.issue5689@psf.upfronthosting.co.za>
In-reply-to
Content
GNU tar now supports lzma compression as a compression method. Please
consider adding lzma support to the tarfile module (either by using the
external lzma program or by adding a lzma extension to the standard
library).

lzma extension at http://svn.fancycode.com/repos/python/pylzma/trunk/

lzma is used in many tools (7zip, dpkg, rpm), offers faster
decompression than bzip2, slower compression than gzip and bzip2.
History
Date User Action Args
2009-04-04 16:08:36dokosetrecipients: + doko
2009-04-04 16:08:35dokosetmessageid: <1238861315.81.0.348941469726.issue5689@psf.upfronthosting.co.za>
2009-04-04 16:08:34dokolinkissue5689 messages
2009-04-04 16:08:33dokocreate