[Python-checkins] CVS: python/dist/src/Tools/compiler/doc compiler.tex,1.1,1.2

Jeremy Hylton jhylton@users.sourceforge.net
Tue, 14 Aug 2001 15:38:05 -0700


Update of /cvsroot/python/python/dist/src/Tools/compiler/doc
In directory usw-pr-cvs1:/tmp/cvs-serv19766

Modified Files:
	compiler.tex 
Log Message:
update simple explanation of parseFile()


Index: compiler.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/compiler/doc/compiler.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** compiler.tex	2001/08/14 22:04:44	1.1
--- compiler.tex	2001/08/14 22:38:03	1.2
***************
*** 76,80 ****
  \begin{funcdesc}{parseFile}{path}
  Return an abstract syntax tree for the Python source code in the file
! specified by \var{path}.  It is equivalent to \code{parse(open(path))}.
  \end{funcdesc}
  
--- 76,80 ----
  \begin{funcdesc}{parseFile}{path}
  Return an abstract syntax tree for the Python source code in the file
! specified by \var{path}.  It is equivalent to \code{parse(open(path).read())}.
  \end{funcdesc}