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 dhimmel
Recipients dhimmel, docs@python
Date 2017-11-28.20:50:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511902226.0.0.213398074469.issue32160@psf.upfronthosting.co.za>
In-reply-to
Content
> we could consider an API addition

Just brainstorming here... perhaps an API addition would be most appropriate in the shutil module (https://docs.python.org/3.6/library/shutil.html) which already contains shutil.make_archive and shutil.unpack_archive. One could imagine shutil.compress and shutil.decompress that took a format argument to specify the compression type.
History
Date User Action Args
2017-11-28 20:50:26dhimmelsetrecipients: + dhimmel, docs@python
2017-11-28 20:50:26dhimmelsetmessageid: <1511902226.0.0.213398074469.issue32160@psf.upfronthosting.co.za>
2017-11-28 20:50:25dhimmellinkissue32160 messages
2017-11-28 20:50:25dhimmelcreate