commit | 618dc5e06459dab5fae2dc0a8caee7d15afd6410 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Mar 30 20:03:44 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Mar 30 20:03:44 2008 +0000 |
tree | 2881b2c079821ef43895742f3c65171acf582cc1 | |
parent | d3372793d6de665be2f866e9245a33bcefeaaa76 [diff] |
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(). ........