Start bytecode 3.0 decompiling

This commit is contained in:
rocky
2016-11-06 09:20:46 -05:00
parent 5d10f7a0b0
commit 41f360e3dc
10 changed files with 12 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ for vers in (2.7, 3.4, 3.5, 3.6):
for vers in (1.5,
2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7,
3.1, 3.2, 3.3,
3.0, 3.1, 3.2, 3.3,
3.4, 3.5, 3.6, 'pypy3.2', 'pypy2.7'):
bytecode = "bytecode_%s" % vers
key = "bytecode-%s" % vers