Thanks to visit codestin.com Credit goes to github.com
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 eb71ad4 commit ef5c716Copy full SHA for ef5c716
1 file changed
Doc/library/shutil.rst
@@ -101,8 +101,9 @@ Directory and files operations
101
:func:`copy2`.
102
103
If *symlinks* is true, symbolic links in the source tree are represented as
104
- symbolic links in the new tree; if false or omitted, the contents of the
105
- linked files are copied to the new tree.
+ symbolic links in the new tree, but the metadata of the original links is NOT
+ copied; if false or omitted, the contents and metadata of the linked files
106
+ are copied to the new tree.
107
108
When *symlinks* is false, if the file pointed by the symlink doesn't
109
exist, a exception will be added in the list of errors raised in
0 commit comments