You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 16:59:52 +08:00
Add verify tests. Add Python 2.6 bytecode and use.
This commit is contained in:
@@ -61,6 +61,9 @@ test_options = {
|
||||
'bytecode-2.5':
|
||||
['bytecode_2.5', PYC, 'bytecode_2.5', 2.5],
|
||||
|
||||
'bytecode-2.6':
|
||||
['bytecode_2.6', PYC, 'bytecode_2.6', 2.6],
|
||||
|
||||
'bytecode-2.7':
|
||||
['bytecode_2.7', PYC, 'bytecode_2.7', 2.7],
|
||||
|
||||
|
Reference in New Issue
Block a user