[Python-checkins] CVS: python/dist/src/Doc/lib libsocket.tex,1.55,1.56

Fred L. Drake fdrake@users.sourceforge.net
Fri, 19 Oct 2001 10:22:31 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv23912/lib

Modified Files:
	libsocket.tex 
Log Message:
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.


Index: libsocket.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsocket.tex,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** libsocket.tex	2001/10/11 16:17:22	1.55
--- libsocket.tex	2001/10/19 17:22:29	1.56
***************
*** 453,457 ****
  \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.
  \end{methoddesc}
  
--- 453,458 ----
  \index{I/O control!buffering}The optional \var{mode}
  and \var{bufsize} arguments are interpreted the same way as by the
! built-in \function{file()} function; see ``Built-in Functions''
! (section \ref{built-in-funcs}) for more information.
  \end{methoddesc}