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
""")