mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 762fe7deed
)
This commit is contained in:
parent
df2197f2ec
commit
242f6c9ffe
1 changed files with 3 additions and 2 deletions
|
@ -443,8 +443,9 @@ Directory and files operations
|
||||||
Platform-dependent efficient copy operations
|
Platform-dependent efficient copy operations
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Starting from Python 3.8 all functions involving a file copy (:func:`copyfile`,
|
Starting from Python 3.8, all functions involving a file copy
|
||||||
:func:`copy`, :func:`copy2`, :func:`copytree`, and :func:`move`) may use
|
(:func:`copyfile`, :func:`~shutil.copy`, :func:`copy2`,
|
||||||
|
:func:`copytree`, and :func:`move`) may use
|
||||||
platform-specific "fast-copy" syscalls in order to copy the file more
|
platform-specific "fast-copy" syscalls in order to copy the file more
|
||||||
efficiently (see :issue:`33671`).
|
efficiently (see :issue:`33671`).
|
||||||
"fast-copy" means that the copying operation occurs within the kernel, avoiding
|
"fast-copy" means that the copying operation occurs within the kernel, avoiding
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue