Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd053fd commit 762fe7dCopy full SHA for 762fe7d
1 file changed
Doc/library/shutil.rst
@@ -443,8 +443,9 @@ Directory and files operations
443
Platform-dependent efficient copy operations
444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
445
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
+Starting from Python 3.8, all functions involving a file copy
+(:func:`copyfile`, :func:`~shutil.copy`, :func:`copy2`,
448
+:func:`copytree`, and :func:`move`) may use
449
platform-specific "fast-copy" syscalls in order to copy the file more
450
efficiently (see :issue:`33671`).
451
"fast-copy" means that the copying operation occurs within the kernel, avoiding
0 commit comments