]> granicus.if.org Git - python/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)
commiteba8feedfa0d62b042ad0ecabf6cab733528dbd6
tree05191658e5348d5e10158fe31838aed3255d2e20
parenta091a8221e78eb4005ebd8e32f8fcb998f7b19c8
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