[Python-checkins] python/dist/src/Doc/lib libfuncs.tex,1.141,1.142

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Wed, 02 Jul 2003 08:31:57 -0700


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

Modified Files:
	libfuncs.tex 
Log Message:
SF bug #764616:  execfile(filename,...) not execfile(file,...)

Clarify parameter name.



Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.141
retrieving revision 1.142
diff -C2 -d -r1.141 -r1.142
*** libfuncs.tex	2 Jul 2003 12:27:43 -0000	1.141
--- libfuncs.tex	2 Jul 2003 15:31:54 -0000	1.142
***************
*** 355,359 ****
  \end{funcdesc}
  
! \begin{funcdesc}{execfile}{file\optional{, globals\optional{, locals}}}
    This function is similar to the
    \keyword{exec} statement, but parses a file instead of a string.  It
--- 355,359 ----
  \end{funcdesc}
  
! \begin{funcdesc}{execfile}{filename\optional{, globals\optional{, locals}}}
    This function is similar to the
    \keyword{exec} statement, but parses a file instead of a string.  It