Add Python 1.3 decompilation ..

Reduced checking via "make check-short"
This commit is contained in:
rocky
2018-06-13 12:26:21 -04:00
parent 3ac4f1ee61
commit b7942bc5f2
13 changed files with 116 additions and 11 deletions

View File

@@ -11,8 +11,9 @@ Introduction
------------
*uncompyle6* translates Python bytecode back into equivalent Python
source code. It accepts bytecodes from Python version 1.4, and 2.1 to
3.7 or so, including PyPy bytecode and Dropbox's Python 2.5 bytecode.
source code. It accepts bytecodes from Python version 1.3 to version
3.7, spanning over 22 years of Python releases. We include Dropbox's
Python 2.5 bytecode and some PyPy bytecode.
Why this?
---------