Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2017-11-16 09:18:19 -05:00
25 changed files with 131 additions and 45 deletions

View File

@@ -315,14 +315,6 @@ class PythonParser(GenericASTBuilder):
come_from_opt ::= COME_FROM?
"""
def p_dictcomp(self, args):
'''
expr ::= dictcomp
stmt ::= dictcomp_func
dictcomp_func ::= BUILD_MAP_0 LOAD_FAST FOR_ITER designator
comp_iter JUMP_BACK RETURN_VALUE RETURN_LAST
'''
def p_augmented_assign(self, args):
'''
stmt ::= augassign1