]> granicus.if.org Git - python/commit
Fixed tests for shutil.make_archive() with relative base_name in the case when
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Sep 2015 06:59:02 +0000 (09:59 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Sep 2015 06:59:02 +0000 (09:59 +0300)
commit5558d4f2f89b86bb0aab35fff01c2b51f1013f33
tree757c6796743d4ce2b4e98e4b4bd2eb079b31be4a
parent8ba03cf33fca8769c5f35d5b42b3f937dceb8a60
Fixed tests for shutil.make_archive() with relative base_name in the case when
the path of the directory for temporary files contains symlinks.
Lib/test/test_shutil.py