]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add the "ast" module, containing helpers to ease use of the "_ast" classes.
authorGeorg Brandl <georg@python.org>
Tue, 10 Jun 2008 07:45:28 +0000 (07:45 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 10 Jun 2008 07:45:28 +0000 (07:45 +0000)
commit8509db5a21abc43086a0b9f6727a89f25ac7d2eb
treeadce5bbb0264cb1c5ca6ac5f120c503b708ff32b
parentdf7036d2fac9cb6b6f79bed2b2e0fbe9166f2e5f
Add the "ast" module, containing helpers to ease use of the "_ast" classes.
Doc/ACKS.txt
Doc/library/_ast.rst [deleted file]
Doc/library/ast.rst [new file with mode: 0644]
Doc/library/language.rst
Lib/ast.py [new file with mode: 0644]
Lib/test/test_ast.py
Misc/ACKS
Misc/NEWS