]> 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 07:00:22 +0000 (10:00 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Sep 2015 07:00:22 +0000 (10:00 +0300)
commit050a143a3f171191a19fee44854ee3a15838eb68
tree02222ec59699cd9f065480e61aeb8765f6ad09f8
parent875ef4c70a51a36c6b0a3eefe1dfa2ccd49bbf08
parent5558d4f2f89b86bb0aab35fff01c2b51f1013f33
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