CONTINUE handling in 2.6.9

This commit is contained in:
rocky
2016-06-30 05:30:45 -04:00
parent f573013501
commit 7772243ac7
3 changed files with 14 additions and 10 deletions

View File

@@ -24,11 +24,6 @@ class Python2Parser(PythonParser):
super(Python2Parser, self).__init__(AST, 'stmts', debug=debug_parser)
self.new_rules = set()
def p_list_comprehension2(self, args):
"""
list_for ::= expr _for designator list_iter JUMP_BACK
"""
def p_print(self, args):
'''
stmt ::= print_items_stmt