| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Jython
Revision: 5279
Author: zyasoft
Date: 01 Sep 2008 02:32:39
Changes:The compile builtin function now can take an AST node, as produced by
a previous usage of compile with the compiler flag
_ast.PyCF_ONLY_AST. Generally this would be after some modification of
the AST itself. Another 2.6 feature.