You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Small doc typos
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
These are byte-compiled programs compiled by Python 2.4
|
These are byte-compiled programs compiled by Python 2.4
|
||||||
|
|
||||||
Furthrmore the programs here are self-checking: when decompiled and
|
Furthermore, the programs here are self-checking: when decompiled and
|
||||||
then run again in a 2.4 interpreter, they will give an error if they
|
then run again in a 2.4 interpreter, they are likely to give an error when they
|
||||||
are miscompiled.
|
are miscompiled.
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
These are byte-compiled programs compiled by Python 2.5.
|
These are byte-compiled programs compiled by Python 2.5.
|
||||||
|
|
||||||
Furthrmore the programs here are self-checking: when decompiled and
|
Furthermore the programs here are self-checking: when decompiled and
|
||||||
then run again in a 2.5 interpreter, they will give an error if they
|
then run again in a 2.5 interpreter, they are likely to give an error
|
||||||
are miscompiled.
|
when they are miscompiled.
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
These are byte-compiled programs compiled by Python 2.6.
|
These are byte-compiled programs compiled by Python 2.6.
|
||||||
|
|
||||||
Furthrmore the programs here are self-checking: when decompiled and
|
Furthermore the programs here are self-checking: when decompiled and
|
||||||
then run again in a 2.6 interpreter, they will give an error if they
|
then run again in a 2.6 interpreter, they are likely to give an error
|
||||||
are miscompiled.
|
when they are miscompiled.
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
These are byte-compiled programs compiled by Python 2.7.
|
These are byte-compiled programs compiled by Python 2.7.
|
||||||
|
|
||||||
Furthrmore the programs here are self-checking: when decompiled and
|
Furthermore, the programs here are self-checking: when decompiled and
|
||||||
then run again in a 2.7 interpreter, they will give an error if they
|
then run again in a 2.7 interpreter, they are likely to give an error
|
||||||
are miscompiled.
|
when they are miscompiled.
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
These are byte-compiled programs compiled by Python 3.0.
|
These are byte-compiled programs compiled by Python 3.0.
|
||||||
|
|
||||||
Furthrmore the programs here are self-checking: when decompiled and
|
Furthermore, the programs here are self-checking: when decompiled and
|
||||||
then run again in a 3.0 interpreter, they will give an error if they
|
then run again in a 3.0 interpreter, they are likely to give an error
|
||||||
are miscompiled.
|
when they are miscompiled.
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
These are byte-compiled programs compiled by Python 3.1.
|
These are byte-compiled programs compiled by Python 3.1.
|
||||||
|
|
||||||
Furthrmore the programs here are self-checking: when decompiled and
|
Furthrmore, the programs here are self-checking: when decompiled and
|
||||||
then run again in a 3.1 interpreter, they will give an error if they
|
then run again in a 3.1 interpreter, they are likely to give an error
|
||||||
are miscompiled.
|
when they are miscompiled.
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
These are byte-compiled programs compiled by Python 3.2.
|
These are byte-compiled programs compiled by Python 3.2.
|
||||||
|
|
||||||
Furthrmore the programs here are self-checking: when decompiled and
|
Furthermore, the programs here are self-checking: when decompiled and
|
||||||
then run again in a 3.2 interpreter, they will give an error if they
|
then run again in a 3.2 interpreter, they are likely to give an error
|
||||||
are miscompiled.
|
when they are miscompiled.
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
These are byte-compiled programs compiled by Python 3.3.
|
These are byte-compiled programs compiled by Python 3.3.
|
||||||
|
|
||||||
Furthrmore the programs here are self-checking: when decompiled and
|
Furthermore, the programs here are self-checking: when decompiled and
|
||||||
then run again in a 3.3 interpreter, they will give an error if they
|
then run again in a 3.3 interpreter, they are likely to give an error
|
||||||
are miscompiled.
|
when they are miscompiled.
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
These are byte-compiled programs compiled by Python 3.4.
|
These are byte-compiled programs compiled by Python 3.4.
|
||||||
|
|
||||||
Furthrmore the programs here are self-checking: when decompiled and
|
Furthermore, the programs here are self-checking: when decompiled and
|
||||||
then run again in a 3.4 interpreter, they will give an error if they
|
then run again in a 3.4 interpreter, they are likely to give an error
|
||||||
are miscompiled.
|
when they are miscompiled.
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
These are byte-compiled programs compiled by Python 3.5.
|
These are byte-compiled programs compiled by Python 3.5.
|
||||||
|
|
||||||
Furthrmore the programs here are self-checking: when decompiled and
|
Furthrmore, the programs here are self-checking: when decompiled and
|
||||||
then run again in a 3.5 interpreter, they will give an error if they
|
then run again in a 3.5 interpreter, they are likely to give an error
|
||||||
are miscompiled.
|
when they are miscompiled.
|
||||||
|
5
test/bytecode_3.6_run/README
Normal file
5
test/bytecode_3.6_run/README
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
These are byte-compiled programs compiled by Python 3.6.
|
||||||
|
|
||||||
|
Furthrmore, the programs here are self-checking: when decompiled and
|
||||||
|
then run again in a 3.6 interpreter, they are likely to give an error
|
||||||
|
when they are miscompiled.
|
@@ -70,7 +70,10 @@ def usage():
|
|||||||
def main_bin():
|
def main_bin():
|
||||||
if not (sys.version_info[0:2] in ((2, 6), (2, 7),
|
if not (sys.version_info[0:2] in ((2, 6), (2, 7),
|
||||||
(3, 1), (3, 2), (3, 3),
|
(3, 1), (3, 2), (3, 3),
|
||||||
(3, 4), (3, 5), (3, 6))):
|
(3, 4), (3, 5), (3, 6),
|
||||||
|
# (3, 7)
|
||||||
|
)):
|
||||||
|
# print('Error: %s requires Python 2.6-2.7, or 3.1-3.7' % program,
|
||||||
print('Error: %s requires Python 2.6-2.7, or 3.1-3.6' % program,
|
print('Error: %s requires Python 2.6-2.7, or 3.1-3.6' % program,
|
||||||
file=sys.stderr)
|
file=sys.stderr)
|
||||||
sys.exit(-1)
|
sys.exit(-1)
|
||||||
|
Reference in New Issue
Block a user