mirror of https://github.com/python/cpython.git
Update for absolute/relative imports and ifelse-expressions.
This commit is contained in:
parent
7b4d6d5914
commit
7e2ac2533e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue