Kaydet (Commit) 7e2ac253 authored tarafından Thomas Wouters's avatar Thomas Wouters

Update for absolute/relative imports and ifelse-expressions.

üst 7b4d6d59
...@@ -22,8 +22,9 @@ For: assign, list, body, else_& ...@@ -22,8 +22,9 @@ For: assign, list, body, else_&
While: test, body, else_& While: test, body, else_&
With: expr, vars&, body With: expr, vars&, body
If: tests!, else_& If: tests!, else_&
IfExp: test, then, else_
Exec: expr, locals&, globals& Exec: expr, locals&, globals&
From: modname*, names* From: modname*, names*, level*
Import: names* Import: names*
Raise: expr1&, expr2&, expr3& Raise: expr1&, expr2&, expr3&
TryFinally: body, final 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