mirror of
https://github.com/python/cpython.git
synced 2025-09-18 14:40:43 +00:00
Merge with 3.4
This commit is contained in:
commit
523136937f
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ for a group of statements:
|
||||||
.. productionlist::
|
.. productionlist::
|
||||||
try_stmt: try1_stmt | try2_stmt
|
try_stmt: try1_stmt | try2_stmt
|
||||||
try1_stmt: "try" ":" `suite`
|
try1_stmt: "try" ":" `suite`
|
||||||
: ("except" [`expression` ["as" `target`]] ":" `suite`)+
|
: ("except" [`expression` ["as" `identifier`]] ":" `suite`)+
|
||||||
: ["else" ":" `suite`]
|
: ["else" ":" `suite`]
|
||||||
: ["finally" ":" `suite`]
|
: ["finally" ":" `suite`]
|
||||||
try2_stmt: "try" ":" `suite`
|
try2_stmt: "try" ":" `suite`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue