You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Update README
This commit is contained in:
13
README.rst
13
README.rst
@@ -90,12 +90,13 @@ ok. Some of these failures may be bugs in the verification process. So
|
||||
as such, it is probably a little better than uncompyle2. Other Python
|
||||
2 versions do worse.
|
||||
|
||||
More than 90% the Python 3.3, and 3.4 Python packages that I have
|
||||
installed on my system deparse. Python 3.2 fares at a little less than
|
||||
90%. (Each Python version has about 200 byteocde files). All of the
|
||||
bytecode deparses also verify. Python is more problematic and is
|
||||
missing some of new opcodes and idioms added. But it still often
|
||||
works.
|
||||
ALl of the Python 3.2-3.5.4 Python standard lib packages that I have
|
||||
installed on my system deparse. Each Python version has about 200
|
||||
byteocde files). I'm not sure how well these verify though.
|
||||
|
||||
There are a few constructs that still need to be added to Python 3.5
|
||||
Python 3.6 changes things drastically by using word codes rather than
|
||||
byte codes. So that will be yet another challenge
|
||||
|
||||
There is lots to do, so please dig in and help.
|
||||
|
||||
|
Reference in New Issue
Block a user