This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nikkie
Recipients docs@python, nikkie
Date 2021-02-11.11:21:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613042492.32.0.484655059288.issue43200@roundup.psfhosted.org>
In-reply-to
Content
"copy()" is not a link to shutil.copy, but a link to the copy module.

https://docs.python.org/3/library/shutil.html#platform-dependent-efficient-copy-operations
>Starting from Python 3.8 all functions involving a file copy (copyfile(), copy(), copy2(), copytree(), and move()) may use ...

# As is

https://docs.python.org/3/library/copy.html#module-copy

# To be

https://docs.python.org/3/library/shutil.html#shutil.copy


The reference of :func:`copy` does not seem to be resolved properly.
https://github.com/python/cpython/blob/ea46579067fd2d4e164d6605719ffec690c4d621/Doc/library/shutil.rst#platform-dependent-efficient-copy-operations
History
Date User Action Args
2021-02-11 11:21:32nikkiesetrecipients: + nikkie, docs@python
2021-02-11 11:21:32nikkiesetmessageid: <1613042492.32.0.484655059288.issue43200@roundup.psfhosted.org>
2021-02-11 11:21:32nikkielinkissue43200 messages
2021-02-11 11:21:32nikkiecreate