Kaydet (Commit) 7aba3d47 authored tarafından Neal Norwitz's avatar Neal Norwitz

Fix SF bug #691276, shutil.copytree documentation bug

üst a4c93b68
...@@ -69,10 +69,13 @@ file type and creator codes will not be correct. ...@@ -69,10 +69,13 @@ file type and creator codes will not be correct.
\function{copy2()}. If \var{symlinks} is true, symbolic links in \function{copy2()}. If \var{symlinks} is true, symbolic links in
the source tree are represented as symbolic links in the new tree; the source tree are represented as symbolic links in the new tree;
if false or omitted, the contents of the linked files are copied to if false or omitted, the contents of the linked files are copied to
the new tree. Errors are reported to standard output. the new tree. If exception(s) occur, an Error is raised
with a list of reasons.
The source code for this should be considered an example rather than The source code for this should be considered an example rather than
a tool. a tool.
\versionchanged[Error is raised if any exceptions occur during copying,
rather than printing a message]{2.3}
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{rmtree}{path\optional{, ignore_errors\optional{, onerror}}} \begin{funcdesc}{rmtree}{path\optional{, ignore_errors\optional{, onerror}}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment