[Python-checkins] python/dist/src/Doc/lib libfuncs.tex,1.160,1.161

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Dec 31 22:41:29 EST 2003


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

Modified Files:
	libfuncs.tex 
Log Message:
fix reference to File Object documentation
closes SF bug #825810


Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.160
retrieving revision 1.161
diff -C2 -d -r1.160 -r1.161
*** libfuncs.tex	30 Dec 2003 20:48:59 -0000	1.160
--- libfuncs.tex	1 Jan 2004 03:41:27 -0000	1.161
***************
*** 353,357 ****
  
  \begin{funcdesc}{file}{filename\optional{, mode\optional{, bufsize}}}
!   Return a new file object (described earlier under Built-in Types).
    The first two arguments are the same as for \code{stdio}'s
    \cfunction{fopen()}: \var{filename} is the file name to be opened,
--- 353,359 ----
  
  \begin{funcdesc}{file}{filename\optional{, mode\optional{, bufsize}}}
!   Return a new file object (described in
!   section~\ref{bltin-file-objects}, ``\ulink{File
!   Objects}{bltin-file-objects.html}'').
    The first two arguments are the same as for \code{stdio}'s
    \cfunction{fopen()}: \var{filename} is the file name to be opened,





More information about the Python-checkins mailing list