Merge with 3.4
This commit is contained in:
commit
523136937f
|
@ -234,7 +234,7 @@ for a group of statements:
|
|||
.. productionlist::
|
||||
try_stmt: try1_stmt | try2_stmt
|
||||
try1_stmt: "try" ":" `suite`
|
||||
: ("except" [`expression` ["as" `target`]] ":" `suite`)+
|
||||
: ("except" [`expression` ["as" `identifier`]] ":" `suite`)+
|
||||
: ["else" ":" `suite`]
|
||||
: ["finally" ":" `suite`]
|
||||
try2_stmt: "try" ":" `suite`
|
||||
|
|
Loading…
Reference in New Issue