Message341201
| 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:08 | owenchia | set | recipients: + owenchia, giampaolo.rodola, tarek |
| 2019-05-01 14:36:08 | owenchia | set | messageid: <1556721368.48.0.786007999998.issue36770@roundup.psfhosted.org> |
| 2019-05-01 14:36:08 | owenchia | link | issue36770 messages |
| 2019-05-01 14:36:08 | owenchia | create | |