[Python-checkins] python/dist/src/Doc/ref ref4.tex,1.36,1.37
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Thu Dec 11 14:45:56 EST 2003
Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1:/tmp/cvs-serv15835
Modified Files:
ref4.tex
Log Message:
fix typo and join two paragraphs
Index: ref4.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref4.tex,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** ref4.tex 29 May 2003 02:17:23 -0000 1.36
--- ref4.tex 11 Dec 2003 19:45:53 -0000 1.37
***************
*** 81,86 ****
current block. This can lead to errors when a name is used within a
block before it is bound.
!
! The previous rule is a subtle. Python lacks declarations and allows
name binding operations to occur anywhere within a code block. The
local variables of a code block can be determined by scanning the
--- 81,85 ----
current block. This can lead to errors when a name is used within a
block before it is bound.
! This rule is subtle. Python lacks declarations and allows
name binding operations to occur anywhere within a code block. The
local variables of a code block can be determined by scanning the
More information about the Python-checkins
mailing list