Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2018-01-13 01:05:38 -05:00
7 changed files with 41 additions and 11 deletions

View File

@@ -50,6 +50,9 @@ class Python27Parser(Python2Parser):
tryelsestmt ::= SETUP_EXCEPT suite_stmts_opt POP_BLOCK
except_handler else_suite COME_FROM
tryelsestmtl ::= SETUP_EXCEPT suite_stmts_opt POP_BLOCK
except_handler else_suitel JUMP_BACK COME_FROM
except_stmt ::= except_cond2 except_suite
except_cond1 ::= DUP_TOP expr COMPARE_OP