Commit 7e2ac253 authored by Thomas Wouters's avatar Thomas Wouters

Update for absolute/relative imports and ifelse-expressions.

parent 7b4d6d59
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment