Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2020-02-09 09:55:41 -05:00
55 changed files with 794 additions and 462 deletions

View File

@@ -58,7 +58,7 @@ class Python24Parser(Python25Parser):
def remove_rules_24(self):
self.remove_rules("""
expr ::= conditional
expr ::= if_exp
""")