Message141474
Senthil Kumaran wrote:
> When shutil.copy2 already says that it's behavior is equivalent to cp -p, will adding this sentence
>
> + Symbolic links are not preserved. The contents and metadata of the
> + linked files are copied instead.
>
> Not actively confuse the user? Because cp -p's behavior includes
> that and I dont see a special mention without giving more details is
> going to help.
You're right. Only copytree() seems to understand symlinks, so
deferencing symlinks is the "default" mode of operation.
I updated the patch to remove the first hunk. |
|
Date |
User |
Action |
Args |
2011-07-31 18:08:33 | petri.lehtinen | set | recipients:
+ petri.lehtinen, orsenthil, tarek, docs@python, rosslagerwall, socketpair |
2011-07-31 18:08:32 | petri.lehtinen | link | issue12183 messages |
2011-07-31 18:08:32 | petri.lehtinen | create | |
|