Base 2.5 off of 2.6. Some other small bugs.

This commit is contained in:
rocky
2016-06-27 22:55:59 -04:00
parent 21216b4eb1
commit ae980e4f64
7 changed files with 35 additions and 355 deletions

View File

@@ -28,7 +28,7 @@ class Python27Parser(Python2Parser):
_ifstmts_jump ::= c_stmts_opt JUMP_FORWARD COME_FROM
"""
class Python26ParserSingle(Python2Parser, PythonParserSingle):
class Python27ParserSingle(Python27Parser, PythonParserSingle):
pass
if __name__ == '__main__':