Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 762fe7d

Browse files
bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505)
Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent fd053fd commit 762fe7d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/library/shutil.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,9 @@ Directory and files operations
443443
Platform-dependent efficient copy operations
444444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
445445

446-
Starting from Python 3.8 all functions involving a file copy (:func:`copyfile`,
447-
:func:`copy`, :func:`copy2`, :func:`copytree`, and :func:`move`) may use
446+
Starting from Python 3.8, all functions involving a file copy
447+
(:func:`copyfile`, :func:`~shutil.copy`, :func:`copy2`,
448+
:func:`copytree`, and :func:`move`) may use
448449
platform-specific "fast-copy" syscalls in order to copy the file more
449450
efficiently (see :issue:`33671`).
450451
"fast-copy" means that the copying operation occurs within the kernel, avoiding

0 commit comments

Comments
 (0)