mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Update for absolute/relative imports and ifelse-expressions.
This commit is contained in:
parent
7b4d6d5914
commit
7e2ac2533e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue