diff --git a/uncompyle6/parsers/parse26.py b/uncompyle6/parsers/parse26.py index 8e85010e..31980304 100644 --- a/uncompyle6/parsers/parse26.py +++ b/uncompyle6/parsers/parse26.py @@ -153,7 +153,7 @@ class Python26Parser(Python2Parser): 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):