]> granicus.if.org Git - python/commitdiff
When stating that some parameters to makefile() are similar to the open()
authorFred Drake <fdrake@acm.org>
Fri, 19 Oct 2001 17:22:29 +0000 (17:22 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 19 Oct 2001 17:22:29 +0000 (17:22 +0000)
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.

Doc/lib/libsocket.tex

index ed82e5502d2ea4b65a9493c390ae1eb1863f95d5..e8109ebb6e3984ff292cbc42970b646aa2fdc84a 100644 (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}}