We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a552708 commit 4c0cd2aCopy full SHA for 4c0cd2a
1 file changed
Lib/test/test_shutil.py
@@ -1919,13 +1919,12 @@ def test_make_zipfile_symlink_behaviour(self):
1919
# to their targets when shutil.make_archive() is used to make a zip
1920
# file, to match default command-line zip behaviour in
1921
# Linux/UNIX/Windows.
1922
-
+ #
1923
# If this test is being skipped, it is because either the operating
1924
# environment does not support symbolic links, or you do not have the
1925
# necessary permissions to create them. For Windows (10 and above) the
1926
# test must be invoked from an elevated command prompt or with
1927
# Developer Mode turned on.
1928
1929
root_dir, base_dir = self._create_files_symlinks()
1930
name = os.path.join(root_dir, 'z')
1931
archive = shutil.make_archive(
0 commit comments