[Python-checkins] python/dist/src/Doc/lib compiler.tex,1.3,1.4
bcannon at users.sourceforge.net
bcannon at users.sourceforge.net
Thu Oct 30 00:42:17 EST 2003
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv14139/Doc/lib
Modified Files:
compiler.tex
Log Message:
Minor grammatical fix.
Index: compiler.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/compiler.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** compiler.tex 4 Dec 2001 02:48:52 -0000 1.3
--- compiler.tex 30 Oct 2003 05:42:15 -0000 1.4
***************
*** 90,94 ****
the other set by the compiler. The compiler package relies on the
interpreter's parser, so it get the first phases of error checking for
! free. It implements the second phase itself, and that implement is
incomplete. For example, the compiler package does not raise an error
if a name appears more than once in an argument list:
--- 90,94 ----
the other set by the compiler. The compiler package relies on the
interpreter's parser, so it get the first phases of error checking for
! free. It implements the second phase itself, and that implementation is
incomplete. For example, the compiler package does not raise an error
if a name appears more than once in an argument list:
More information about the Python-checkins
mailing list