cpython: 746dc0a2398e (original) (raw)
Mercurial > cpython
changeset 71693:746dc0a2398e
#12183: merge with 3.2. [#12183]
Ezio Melotti ezio.melotti@gmail.com | |
---|---|
date | Tue, 02 Aug 2011 17:42:24 +0300 |
parents | dc96af0e7f60(current diff)299992730c87(diff) |
children | 01192d30365a |
files | Doc/library/shutil.rst |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-)[+] [-] Doc/library/shutil.rst 5 |
line wrap: on
line diff
--- a/Doc/library/shutil.rst
+++ b/Doc/library/shutil.rst
@@ -101,8 +101,9 @@ Directory and files operations
:func:copy2
.
If symlinks is true, symbolic links in the source tree are represented as
- symbolic links in the new tree; if false or omitted, the contents of the
- 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
- are copied to the new tree. When symlinks is false, if the file pointed by the symlink doesn't exist, a exception will be added in the list of errors raised in