X Tutup
Skip to content

Commit 3bd41b6

Browse files
committed
Remove things we don't do here anymore.
For those other things see xdis.
1 parent 5f6314d commit 3bd41b6

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.rst

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
uncompyle6
44
==========
55

6-
A native Python bytecode Disassembler, Decompiler, Fragment Decompiler
7-
and bytecode library. Follows in the tradition of decompyle, uncompyle, and uncompyle2.
6+
A native Python cross-version Decompiler and Fragment Decompiler.
7+
Follows in the tradition of decompyle, uncompyle, and uncompyle2.
88

99

1010
Introduction
@@ -39,13 +39,6 @@ location in more detail than just a line number. It can be also used
3939
when source-code information does not exist and there is just bytecode
4040
information.
4141

42-
Other parts of the library can be used inside Python for various
43-
bytecode-related tasks. For example you can read in bytecode,
44-
i.e. perform a version-independent `marshal.loads()`, and disassemble
45-
the bytecode using a version of Python different from the one used to
46-
compile the bytecode.
47-
48-
4942
Installation
5043
------------
5144

0 commit comments

Comments
 (0)
X Tutup