File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ information.
4343Requirements
4444------------
4545
46- This project requires Python 2.6 or later, PyPy 3-2.4, or PyPy-5.0.1.
46+ This project requires Python 2.6 or later, PyPy 3-2.4, or PyPy-5.0.1.
47+ Python versions 2.3-2.7 are supported in the python-2.4 branch.
4748The bytecode files it can read has been tested on Python bytecodes from
4849versions 2.1-2.7, and 3.2-3.6 and the above-mentioned PyPy versions.
4950
@@ -97,7 +98,7 @@ Known Bugs/Restrictions
9798-----------------------
9899
99100The biggest known and possibly fixable (but hard) problem has to do
100- with handling control flow. All of the Python decomilers I have looked
101+ with handling control flow. All of the Python decompilers I have looked
101102at have the same problem. In some cases we can detect an erroneous
102103decompilation and report that.
103104
You can’t perform that action at this time.
0 commit comments