Merge with 3.4

This commit is contained in:
Terry Jan Reedy 2014-08-23 19:29:58 -04:00
commit 523136937f

View file

@ -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`