[Python-checkins] python/nondist/sandbox/ast test.py,NONE,1.1

jhylton@sourceforge.net jhylton@sourceforge.net
Mon, 15 Apr 2002 20:57:58 -0700


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

Added Files:
	test.py 
Log Message:
Trivial little test of the parts of astmodule.c that I've finished.


--- NEW FILE: test.py ---
import ast
ast.transform("""global a, b, c
a + b - c * 3
""")