[docs] [issue22021] shutil.make_archive() root_dir do not work

Berker Peksag report at bugs.python.org
Fri Aug 19 00:47:52 EDT 2016


Berker Peksag added the comment:

Hi bananaapple, there are two things that need to be addressed:

1. We need to decide whether this is a bug in make_archive() implementation or not. See msg223572 and msg223668 for details. I personally agree with David's analysis in msg223668.

We can rephrase make_archive() documentation to clarify what root_dir exactly does.

2. If this is a bug in make_archive() implementation, we need to add a test case. You can take a look at Lib/test/test_shutil.py.

----------
nosy: +berker.peksag

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


More information about the docs mailing list