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 serhiy.storchaka
Recipients Anatol Pomozov, Jerrod Frost, daniel.ugra, evan0greenup, lars.gustaebel, lilydjwg, malin, serhiy.storchaka, wicher, yan12125
Date 2020-07-23.06:14:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595484864.45.0.682533849075.issue37095@roundup.psfhosted.org>
In-reply-to
Content
The tarfile module supports arbitrary compressions by using the stream mode. You only need to use a third-party library which provides zstd support.

Recent versions of the tar utility has options to explicit support of new compressions: --lzip, --lzma, --lzop, --zstd, so corresponding modes can be added to the tarfile module. But it needs to include the support of these compressions in the stdlib. It should be discussed on the Python-ideas mailing list.

https://mail.python.org/mailman3/lists/python-ideas.python.org/
History
Date User Action Args
2020-07-23 06:14:24serhiy.storchakasetrecipients: + serhiy.storchaka, lars.gustaebel, daniel.ugra, lilydjwg, wicher, malin, yan12125, evan0greenup, Jerrod Frost, Anatol Pomozov
2020-07-23 06:14:24serhiy.storchakasetmessageid: <1595484864.45.0.682533849075.issue37095@roundup.psfhosted.org>
2020-07-23 06:14:24serhiy.storchakalinkissue37095 messages
2020-07-23 06:14:24serhiy.storchakacreate