[Python-checkins] python/nondist/sandbox/ast python.asdl,1.14,1.15

bckfnn@sourceforge.net bckfnn@sourceforge.net
Thu, 18 Apr 2002 11:48:01 -0700


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

Modified Files:
	python.asdl 
Log Message:
Make global parameter plural.



Index: python.asdl
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/ast/python.asdl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** python.asdl	18 Apr 2002 18:04:28 -0000	1.14
--- python.asdl	18 Apr 2002 18:47:58 -0000	1.15
***************
*** 36,40 ****
  	      | Exec(expr body, expr? locals, expr? globals)
  
! 	      | Global(identifier* name)
  	      | Expr(expr value)
  	      | Pass | Break | Continue
--- 36,40 ----
  	      | Exec(expr body, expr? locals, expr? globals)
  
! 	      | Global(identifier* names)
  	      | Expr(expr value)
  	      | Pass | Break | Continue