We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pathlib.Path.copy()
1 parent 754d7cc commit 4b214a0Copy full SHA for 4b214a0
1 file changed
Doc/library/pathlib.rst
@@ -1592,6 +1592,11 @@ Copying, moving and deleting
1592
This argument has no effect when copying files on Windows (where
1593
metadata is always preserved).
1594
1595
+ .. note::
1596
+ Where supported by the operating system and file system, this method
1597
+ performs a lightweight copy, where data blocks are only copied when
1598
+ modified. This is known as copy-on-write.
1599
+
1600
.. versionadded:: 3.14
1601
1602
0 commit comments