From 3c02fa7e36631fe7346ce21f4d6a711dcc978c7f Mon Sep 17 00:00:00 2001 From: "R. Bernstein" Date: Mon, 28 Nov 2016 07:47:18 -0500 Subject: [PATCH] Update README.rst --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index fb9f7be7..1a5020b0 100644 --- a/README.rst +++ b/README.rst @@ -43,7 +43,8 @@ information. Requirements ------------ -This project requires Python 2.6 or later, PyPy 3-2.4, or PyPy-5.0.1. +This project requires Python 2.6 or later, PyPy 3-2.4, or PyPy-5.0.1. +Python versions 2.3-2.7 are supported in the python-2.4 branch. The bytecode files it can read has been tested on Python bytecodes from versions 2.1-2.7, and 3.2-3.6 and the above-mentioned PyPy versions. @@ -97,7 +98,7 @@ Known Bugs/Restrictions ----------------------- The biggest known and possibly fixable (but hard) problem has to do -with handling control flow. All of the Python decomilers I have looked +with handling control flow. All of the Python decompilers I have looked at have the same problem. In some cases we can detect an erroneous decompilation and report that.