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 6638c92 commit c27bcc3Copy full SHA for c27bcc3
Doc/library/shutil.rst
@@ -187,7 +187,8 @@ Directory and files operations
187
However, this functionality is not available on all platforms.
188
On platforms where some or all of this functionality is
189
unavailable, :func:`copy2` will preserve all the metadata
190
- it can; :func:`copy2` never returns failure.
+ it can; :func:`copy2` never raises an exception because it
191
+ cannot preserve file metadata.
192
193
:func:`copy2` uses :func:`copystat` to copy the file metadata.
194
Please see :func:`copystat` for more information
0 commit comments