Kaydet (Commit) 043d5e55 authored tarafından Fred Drake's avatar Fred Drake

For copyfile(), be explicit that src and dst are file names; that was only

implied.
üst 043732e9
...@@ -19,8 +19,9 @@ file type and creator codes will not be correct. ...@@ -19,8 +19,9 @@ file type and creator codes will not be correct.
\begin{funcdesc}{copyfile}{src, dst} \begin{funcdesc}{copyfile}{src, dst}
Copy the contents of \var{src} to \var{dst}. If \var{dst} exists, Copy the contents of the file named \var{src} to a file named
it will be replaced, otherwise it will be created. \var{dst}. If \var{dst} exists, it will be replaced, otherwise it
will be created.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{copyfileobj}{fsrc, fdst\optional{, length}} \begin{funcdesc}{copyfileobj}{fsrc, fdst\optional{, length}}
......
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