X Tutup
Skip to content

Commit 3c02fa7

Browse files
authored
Update README.rst
1 parent 0d0f836 commit 3c02fa7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ information.
4343
Requirements
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.
4748
The bytecode files it can read has been tested on Python bytecodes from
4849
versions 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

99100
The 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
101102
at have the same problem. In some cases we can detect an erroneous
102103
decompilation and report that.
103104

0 commit comments

Comments
 (0)
X Tutup