2.6 except_suite bug

This commit is contained in:
rocky
2016-06-30 05:09:14 -04:00
parent 4b0b7f76dc
commit f573013501

View File

@@ -153,7 +153,7 @@ class Python26Parser(Python2Parser):
def p_except26(self, args): def p_except26(self, args):
''' '''
except_suite ::= c_stmts_opt jmp_abs new_block except_suite ::= c_stmts_opt jmp_abs come_from_pop
''' '''
def p_misc(self, args): def p_misc(self, args):