]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25018: Fixed testing shutil.make_archive() with relative base_name on
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 7 Sep 2015 16:58:23 +0000 (19:58 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 7 Sep 2015 16:58:23 +0000 (19:58 +0300)
commitad7b0cda8ac840a7c58d915df98a677bfb8be888
tree8eb607feb25e902d9a5eb7381696a92eb492ef48
parent0ecf462b8e3ae90633a8c5875c15e9e63d896b03
Issue #25018: Fixed testing shutil.make_archive() with relative base_name on
Windows.  The test now makes sense on non-Windows.  Added similar test for
zip format.
Lib/test/test_shutil.py