[Python-checkins] python/dist/src/Doc/lib libfuncs.tex, 1.143.8.9, 1.143.8.10

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Dec 31 22:40:59 EST 2003


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

Modified Files:
      Tag: release23-maint
	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.143.8.9
retrieving revision 1.143.8.10
diff -C2 -d -r1.143.8.9 -r1.143.8.10
*** libfuncs.tex	7 Dec 2003 11:03:08 -0000	1.143.8.9
--- libfuncs.tex	1 Jan 2004 03:40:57 -0000	1.143.8.10
***************
*** 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