mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
#2845: fix copy2's docs.
This commit is contained in:
parent
5049a858ba
commit
88107dafef
1 changed files with 3 additions and 2 deletions
|
|
@ -73,8 +73,9 @@ copying and removal. For operations on individual files, see also the
|
|||
|
||||
.. function:: copy2(src, dst)
|
||||
|
||||
Similar to :func:`copy`, but last access time and last modification time are
|
||||
copied as well. This is similar to the Unix command :program:`cp -p`.
|
||||
Similar to :func:`copy`, but metadata is copied as well -- in fact, this is just
|
||||
:func:`copy` followed by :func:`copystat`. This is similar to the
|
||||
Unix command :program:`cp -p`.
|
||||
|
||||
|
||||
.. function:: copytree(src, dst[, symlinks])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue