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

Owen Chia report at bugs.python.org
Wed May 1 10:36:08 EDT 2019


New submission from Owen Chia <aptx945 at 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 <report at bugs.python.org>
<https://bugs.python.org/issue36770>
_______________________________________


More information about the New-bugs-announce mailing list