[issue22771] shutil.make_archive() doesn't use its "verbose" argument

Berker Peksag report at bugs.python.org
Fri Oct 31 10:51:12 CET 2014


Berker Peksag added the comment:

"verbose" was used by _call_external_zip() (see https://hg.python.org/cpython/rev/a1d078b88247#l3.143), and _call_external_zip() was removed in issue 20744 (see https://hg.python.org/cpython/rev/681e20f8b717).

Perhaps we can deprecate "version" arguments of make_archive and _make_* functions.

----------
nosy: +akuchling, berker.peksag

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22771>
_______________________________________


More information about the Python-bugs-list mailing list