]> 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:59:24 +0000 (19:59 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 7 Sep 2015 16:59:24 +0000 (19:59 +0300)
commitae0d7527f359e83a86c996ab439c374afca7e8bc
tree782400f0fce0fb8084321c1b23a45f8e52a56145
parentc8c47f55e636ed86791160944ccbb1ea651476bd
parenteba8feedfa0d62b042ad0ecabf6cab733528dbd6
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