From 3bd41b68ec462d2b7781bbd70f751221fbeb4d74 Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 1 Jun 2016 13:51:08 -0400 Subject: [PATCH] Remove things we don't do here anymore. For those other things see xdis. --- README.rst | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 2e462f25..43e9ad47 100644 --- a/README.rst +++ b/README.rst @@ -3,8 +3,8 @@ uncompyle6 ========== -A native Python bytecode Disassembler, Decompiler, Fragment Decompiler -and bytecode library. Follows in the tradition of decompyle, uncompyle, and uncompyle2. +A native Python cross-version Decompiler and Fragment Decompiler. +Follows in the tradition of decompyle, uncompyle, and uncompyle2. Introduction @@ -39,13 +39,6 @@ location in more detail than just a line number. It can be also used when source-code information does not exist and there is just bytecode information. -Other parts of the library can be used inside Python for various -bytecode-related tasks. For example you can read in bytecode, -i.e. perform a version-independent `marshal.loads()`, and disassemble -the bytecode using a version of Python different from the one used to -compile the bytecode. - - Installation ------------