Mailing List Archive

python/nondist/sandbox/ast python.asdl,1.18,1.19
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!

| Global(identifier* names)
--- 39,43 ----
-- defined if globals is
-- still supports use as a function!

| Global(identifier* names)