]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use the "st" versions of the "ast" calls in the parser module -- there is
authorFred Drake <fdrake@acm.org>
Tue, 17 Jul 2001 19:33:25 +0000 (19:33 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 17 Jul 2001 19:33:25 +0000 (19:33 +0000)
commit6e4f2c09dfc7f6c63c86bf795004f7bba9eef2ac
treed576ec0cc0a8bf89ef0867891261a11925cc3c69
parentc2683ddb29aa3639368058d20f79375a8e68e5a4
Use the "st" versions of the "ast" calls in the parser module -- there is
no reason to pretend the syntax trees we're dealing with are abstract.
Lib/test/test_parser.py