Start to move deparser from python-deparse here. Start Python 3.2 tolerance

This commit is contained in:
rocky
2015-12-14 16:18:56 -05:00
parent f877086d81
commit a7455a3801
8 changed files with 2145 additions and 6 deletions

View File

@@ -84,6 +84,8 @@ class Scanner(object):
self.opc = opcode_26
elif version == 2.5:
self.opc = opcode_25
elif version == 3.2:
self.opc = opcode_32
elif version == 3.4:
self.opc = opcode_34