[issue43200] link to copy module in shutil document, not to shutil.copy

2021-02-12 Thread Terry J. Reedy
Change by Terry J. Reedy : -- assignee: docs@python -> terry.reedy resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10 -Python 3.9 ___ Python tracker

[issue43200] link to copy module in shutil document, not to shutil.copy

2021-02-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 242f6c9ffe3dd8f613942d5364b816cc89c384be by Miss Islington (bot) in branch '3.9': bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505) https://github.com/python/cpython/commit/242f6c9ffe3dd8f613942d5364b816cc89c384be --

[issue43200] link to copy module in shutil document, not to shutil.copy

2021-02-12 Thread miss-islington
miss-islington added the comment: New changeset 4230bd52e3f9f289f02e41ab17a95f50ed4db5a6 by Miss Islington (bot) in branch '3.8': bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505) https://github.com/python/cpython/commit/4230bd52e3f9f289f02e41ab17a95f50ed4db5a6 --

[issue43200] link to copy module in shutil document, not to shutil.copy

2021-02-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +23308 pull_request: https://github.com/python/cpython/pull/24524 ___ Python tracker ___

[issue43200] link to copy module in shutil document, not to shutil.copy

2021-02-12 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +23307 pull_request: https://github.com/python/cpython/pull/24523 ___ Python tracker

[issue43200] link to copy module in shutil document, not to shutil.copy

2021-02-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 762fe7deed34a1d5294bf82071d318c8427b4893 by Zackery Spytz in branch 'master': bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505) https://github.com/python/cpython/commit/762fe7deed34a1d5294bf82071d318c8427b4893 -- nosy:

[issue43200] link to copy module in shutil document, not to shutil.copy

2021-02-11 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- keywords: +patch nosy: +erlendaasland nosy_count: 2.0 -> 3.0 pull_requests: +23294 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24504 ___ Python tracker

[issue43200] link to copy module in shutil document, not to shutil.copy

2021-02-11 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +23295 pull_request: https://github.com/python/cpython/pull/24505 ___ Python tracker ___

[issue43200] link to copy module in shutil document, not to shutil.copy

2021-02-11 Thread nikkie
New submission from nikkie : "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(),