One more use of except_handler_else

This commit is contained in:
rocky
2020-01-07 12:25:00 -05:00
parent 95bc0f1fbc
commit c65e5cde70

View File

@@ -67,6 +67,8 @@ class Python27Parser(Python2Parser):
tryelsestmtl ::= SETUP_EXCEPT suite_stmts_opt POP_BLOCK
except_handler_else else_suitel
tryelsestmtc ::= SETUP_EXCEPT suite_stmts_opt POP_BLOCK
except_handler_else else_suitec COME_FROM
except_stmt ::= except_cond2 except_suite