Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
9585f46b
Commit
9585f46b
authored
Sep 13, 2019
by
Windson yang
Committed by
Stéphane Wirtel
Sep 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (GH-13765)
parent
995b5d38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Doc/library/shutil.rst
Doc/library/shutil.rst
+2
-1
No files found.
Doc/library/shutil.rst
View file @
9585f46b
...
@@ -187,7 +187,8 @@ Directory and files operations
...
@@ -187,7 +187,8 @@ Directory and files operations
However, this functionality is not available on all platforms.
However, this functionality is not available on all platforms.
On platforms where some or all of this functionality is
On platforms where some or all of this functionality is
unavailable, :func:`copy2` will preserve all the metadata
unavailable, :func:`copy2` will preserve all the metadata
it can; :func:`copy2` never returns failure.
it can; :func:`copy2` never raises an exception because it
cannot preserve file metadata.
:func:`copy2` uses :func:`copystat` to copy the file metadata.
:func:`copy2` uses :func:`copystat` to copy the file metadata.
Please see :func:`copystat` for more information
Please see :func:`copystat` for more information
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment