NT try-middle -> except-handler to match AST

This commit is contained in:
rocky
2017-12-03 06:30:33 -05:00
parent 260bfd176e
commit 5b916567fe
12 changed files with 88 additions and 87 deletions

View File

@@ -48,7 +48,7 @@ class Python27Parser(Python2Parser):
COME_FROM_FINALLY suite_stmts_opt END_FINALLY
tryelsestmt ::= SETUP_EXCEPT suite_stmts_opt POP_BLOCK
try_middle else_suite COME_FROM
except_handler else_suite COME_FROM
except_stmt ::= except_cond2 except_suite