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

bckfnn@sourceforge.net bckfnn@sourceforge.net
Sun, 21 Apr 2002 04:33:59 -0700


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

Modified Files:
	python.asdl 
Log Message:
Fixed order of globals/locals args.



Index: python.asdl
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/ast/python.asdl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** python.asdl	19 Apr 2002 13:08:47 -0000	1.18
--- python.asdl	21 Apr 2002 11:33:56 -0000	1.19
***************
*** 39,43 ****
  	      -- defined if globals is
  	      -- still supports use as a function!
! 	      | Exec(expr body, expr? locals, expr? globals)
  
  	      | Global(identifier* names)
--- 39,43 ----
  	      -- defined if globals is
  	      -- still supports use as a function!
! 	      | Exec(expr body, expr? globals, expr? locals)
  
  	      | Global(identifier* names)