]> granicus.if.org Git - python/commit
Merged revisions 62004 via svnmerge from
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 30 Mar 2008 20:03:44 +0000 (20:03 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 30 Mar 2008 20:03:44 +0000 (20:03 +0000)
commit618dc5e06459dab5fae2dc0a8caee7d15afd6410
tree2881b2c079821ef43895742f3c65171acf582cc1
parentd3372793d6de665be2f866e9245a33bcefeaaa76
Merged revisions 62004 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r62004 | georg.brandl | 2008-03-28 13:11:56 +0100 (Fr, 28 Mär 2008) | 4 lines

  Patch #1810 by Thomas Lee, reviewed by myself:
  allow compiling Python AST objects into code objects
  in compile().
........
Doc/library/_ast.rst
Doc/library/functions.rst
Include/Python-ast.h
Lib/test/test_compile.py
Parser/asdl_c.py
Python/Python-ast.c
Python/bltinmodule.c
Python/compile.c