When stating that some parameters to makefile() are similar to the open()
parameters, given a hyperlink to the right part of the documentation to make it easier to look those up. Also, refer to the file() function/ constructor instead of open() now that that is where the actual docs for those parameters live. This closes SF bug #472004.
This commit is contained in:
parent
51e4f1fc46
commit
aad8bb5d7a
|
@ -452,7 +452,8 @@ socket file descriptor, so the file object and socket object may be
|
||||||
closed or garbage-collected independently.
|
closed or garbage-collected independently.
|
||||||
\index{I/O control!buffering}The optional \var{mode}
|
\index{I/O control!buffering}The optional \var{mode}
|
||||||
and \var{bufsize} arguments are interpreted the same way as by the
|
and \var{bufsize} arguments are interpreted the same way as by the
|
||||||
built-in \function{open()} function.
|
built-in \function{file()} function; see ``Built-in Functions''
|
||||||
|
(section \ref{built-in-funcs}) for more information.
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[socket]{recv}{bufsize\optional{, flags}}
|
\begin{methoddesc}[socket]{recv}{bufsize\optional{, flags}}
|
||||||
|
|
Loading…
Reference in New Issue