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

2014-07-23 Thread Weinan Li
Weinan Li added the comment: that sounds reasonable -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22021 ___ ___ Python-bugs-list mailing list

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

2014-07-21 Thread Weinan Li
New submission from Weinan Li: set root_dir do not work output: = Python 3.4.0 (v3.4.0:04f714765c13, Mar 16 2014, 19:25:23) [MSC v.1600 64 bit (AMD64)] on win32 Type copyright, credits or license() for more information. import shutil

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

2014-07-21 Thread Weinan Li
Weinan Li added the comment: I don't think so. In source code, it just change work dir to root_dir, do nothing, and then the change word dir back. If it works as design, the root_dir will be meaningless. should be remove. -- ___ Python tracker rep

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

2014-07-21 Thread Weinan Li
Weinan Li added the comment: Here's the path -- keywords: +patch Added file: http://bugs.python.org/file36022/Issue22021.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22021