[New-bugs-announce] [issue43200] link to copy module in shutil document, not to shutil.copy

nikkie report at bugs.python.org
Thu Feb 11 06:21:32 EST 2021


New submission from nikkie <takuyafjp at gmail.com>:

"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

----------
assignee: docs at python
components: Documentation
messages: 386828
nosy: docs at python, nikkie
priority: normal
severity: normal
status: open
title: link to copy module in shutil document, not to shutil.copy
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43200>
_______________________________________


More information about the New-bugs-announce mailing list