]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1810 by Thomas Lee, reviewed by myself:
authorGeorg Brandl <georg@python.org>
Fri, 28 Mar 2008 12:11:56 +0000 (12:11 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 28 Mar 2008 12:11:56 +0000 (12:11 +0000)
commitfc8eef3c78200593c9c70974e48ab859779c607a
tree6c1cddba98dad1770c0f22a08d88455d7dc7eeaa
parentb9803421d231fc66489eafb45f6ae440010cacfc
Patch #1810 by Thomas Lee, reviewed by myself:
allow compiling Python AST objects into code objects
in compile().
Doc/library/_ast.rst
Doc/library/compiler.rst
Doc/library/functions.rst
Doc/library/language.rst
Include/Python-ast.h
Lib/test/test_compile.py
Misc/NEWS
Parser/asdl_c.py
Python/Python-ast.c
Python/bltinmodule.c
Python/compile.c