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 owenchia
Recipients giampaolo.rodola, owenchia, tarek
Date 2019-05-01.14:36:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556721368.48.0.786007999998.issue36770@roundup.psfhosted.org>
In-reply-to
Content
if you just want to use different zip compression method, no need to rewrite entire _make_zipfile function.

e.g.
>>> shutil.make_archive('archive', 'zip_lzma', '/path/to/whatever')
History
Date User Action Args
2019-05-01 14:36:08owenchiasetrecipients: + owenchia, giampaolo.rodola, tarek
2019-05-01 14:36:08owenchiasetmessageid: <1556721368.48.0.786007999998.issue36770@roundup.psfhosted.org>
2019-05-01 14:36:08owenchialinkissue36770 messages
2019-05-01 14:36:08owenchiacreate