Start handling Python 2.2 bytecode and...

Fix some bugs in Python 2.3-2.5 bytecode handling
This commit is contained in:
rocky
2016-08-13 07:08:48 -04:00
parent 6b98432082
commit d8598f61e4
14 changed files with 79 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ Introduction
------------
*uncompyle6* translates Python bytecode back into equivalent Python
source code. It accepts bytecodes from Python version 2.3 to 3.6 or
source code. It accepts bytecodes from Python version 2.2 to 3.6 or
so, including PyPy bytecode.
Why this?
@@ -45,7 +45,7 @@ Requirements
This project requires Python 2.6 or later, PyPy 3-2.4, or PyPy-5.0.1.
The bytecode files it can read has been tested on Python bytecodes from
versions 2.3-2.7, and 3.2-3.6 and the above-mentioned PyPy versions.
versions 2.2-2.7, and 3.2-3.6 and the above-mentioned PyPy versions.
Installation
------------