[Python-checkins] python/nondist/sandbox/ast python.asdl,1.17,1.18

nnorwitz@sourceforge.net nnorwitz@sourceforge.net
Fri, 19 Apr 2002 06:08:50 -0700


Update of /cvsroot/python/python/nondist/sandbox/ast
In directory usw-pr-cvs1:/tmp/cvs-serv14448

Modified Files:
	python.asdl 
Log Message:
Spell useful correctly

Index: python.asdl
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/ast/python.asdl,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** python.asdl	18 Apr 2002 18:55:38 -0000	1.17
--- python.asdl	19 Apr 2002 13:08:47 -0000	1.18
***************
*** 7,11 ****
  	    | Expression(expr body)
  
! 	    -- not really an actual node but usefull in Jython's typesystem.
  	    | Suite(stmt* body)
  
--- 7,11 ----
  	    | Expression(expr body)
  
! 	    -- not really an actual node but useful in Jython's typesystem.
  	    | Suite(stmt* body)