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 995b5d3 commit 9585f46Copy full SHA for 9585f46
1 file changed
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