Clean and check Python 2.6 grammar

This commit is contained in:
rocky
2016-07-27 18:03:07 -04:00
parent 3f7c4209d9
commit e8ed17967c
5 changed files with 52 additions and 11 deletions

View File

@@ -14,7 +14,6 @@ class Python25Parser(Python26Parser):
def p_misc25(self, args):
'''
# If "return_if_stmt" is in a loop, a JUMP_BACK can be emitted. In 2.6 the
# JUMP_BACK doesn't appear