]> git.ipfire.org Git - thirdparty/Python/cpython.git/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)
commit672237e8874adb7b6ea591d183c9e12a5a75d622
treec56f72fc02447f12c5e9c93eed313c691beacea1
parentbc071655e8fc4d8331bd31abdeb631e1ac8b910a
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