You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Update README.rst
This commit is contained in:
@@ -152,7 +152,7 @@ for that bytecode version. Having done this the bytecode produced
|
|||||||
could be compared with the original bytecode. However as Python's code
|
could be compared with the original bytecode. However as Python's code
|
||||||
generation got better, this is no longer feasible.
|
generation got better, this is no longer feasible.
|
||||||
|
|
||||||
There verification that we use that doesn't check bytecode for
|
The verification that we use that doesn't check bytecode for
|
||||||
equivalence but does check to see if the resulting decompiled source
|
equivalence but does check to see if the resulting decompiled source
|
||||||
is a valid Python program by running the Python interpreter. Because
|
is a valid Python program by running the Python interpreter. Because
|
||||||
the Python language has changed so much, for best results you should
|
the Python language has changed so much, for best results you should
|
||||||
|
Reference in New Issue
Block a user