[issue36770] stdlib - shutil.make_archive - add support for different ZIP compression method

2019-05-01 Thread Owen Chia


New submission from Owen Chia :

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')

--
components: Library (Lib)
files: shutil.make_archive.patch
keywords: patch
messages: 341201
nosy: giampaolo.rodola, owenchia, tarek
priority: normal
severity: normal
status: open
title: stdlib - shutil.make_archive - add support for different ZIP compression 
method
type: enhancement
versions: Python 3.8
Added file: https://bugs.python.org/file48293/shutil.make_archive.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36770] stdlib - shutil.make_archive - add support for different ZIP compression method

2019-05-17 Thread Stéphane Wirtel

Stéphane Wirtel  added the comment:

Hi @owenchia

Thanks for your contribution!

The project can legally accept your contribution by verifying you have signed 
the PSF contributor agreement (CLA).

CLA: https://www.python.org/psf/contrib/contrib-form/

Could you create a PR on Github with your patch? In your bpo account, do not 
forget to assign your github account to your bpo account with the right value
 

Thank you

--
nosy: +matrixise

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36770] stdlib - shutil.make_archive - add support for different ZIP compression method

2019-05-20 Thread Roundup Robot


Change by Roundup Robot :


--
pull_requests: +13355
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com