]> granicus.if.org Git - python/commitdiff
Update for absolute/relative imports and ifelse-expressions.
authorThomas Wouters <thomas@python.org>
Fri, 3 Mar 2006 18:11:37 +0000 (18:11 +0000)
committerThomas Wouters <thomas@python.org>
Fri, 3 Mar 2006 18:11:37 +0000 (18:11 +0000)
Tools/compiler/ast.txt

index aeefc9869c99a516b73d72826c370bfc41270d62..7968a52228cba437ec033a454dfa1805ecd0fc28 100644 (file)
@@ -22,8 +22,9 @@ For: assign, list, body, else_&
 While: test, body, else_&
 With: expr, vars&, body
 If: tests!, else_&
+IfExp: test, then, else_
 Exec: expr, locals&, globals&
-From: modname*, names*
+From: modname*, names*, level*
 Import: names*
 Raise: expr1&, expr2&, expr3&
 TryFinally: body, final