New submission from Owen Chia <aptx...@gmail.com>:

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 <rep...@bugs.python.org>
<https://bugs.python.org/issue36770>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to