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:
Fred Drake 2001-10-19 17:22:29 +00:00
parent 51e4f1fc46
commit aad8bb5d7a
1 changed files with 2 additions and 1 deletions

View File

@ -452,7 +452,8 @@ socket file descriptor, so the file object and socket object may be
closed or garbage-collected independently.
\index{I/O control!buffering}The optional \var{mode}
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}
\begin{methoddesc}[socket]{recv}{bufsize\optional{, flags}}