a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 1635 and 54215

Description: a Python byte-code decompiler
 Decompyle converts Python byte-code back into equivalent Python source.
 It accepts byte-code from any Python version between 1.5 and 2.3 inclusive.
 .
 The generated source is very readable: docstrings, lists, tuples and
 hashes get pretty-printed.
 .
 Decompyle can also verify the equivalence of the generated source by
 compiling it and comparing the new byte-code with the original byte-code.
 .
 Note that an older version of decompyle is available in the decompyle2.2
 package.  The older version cannot handle Python 2.3 byte-code, but it
 might provide a greater success rate with byte-code from Python 2.2 and
 below.  Both the newer decompyle and the older decompyle2.2 may be
 installed together without problems.
Description: a Python byte-code decompiler
 Decompyle converts Python byte-code back into equivalent Python source.
 It accepts byte-code from any Python version between 1.5 and 2.3 inclusive.
 Note that it cannot yet decompile byte-code from Python 2.4 and 2.5.
 .
 The generated source is very readable: docstrings, lists, tuples and
 hashes get pretty-printed.
 .
 Decompyle can also verify the equivalence of the generated source by
 compiling it and comparing the new byte-code with the original byte-code.
--- 1635	Thu Jan  1 00:00:00 1970
+++ 54215	Thu Jan  1 00:00:00 1970
@@ -1,15 +1,10 @@
 a Python byte-code decompiler
  Decompyle converts Python byte-code back into equivalent Python source.
  It accepts byte-code from any Python version between 1.5 and 2.3 inclusive.
+ Note that it cannot yet decompile byte-code from Python 2.4 and 2.5.
  .
  The generated source is very readable: docstrings, lists, tuples and
  hashes get pretty-printed.
  .
  Decompyle can also verify the equivalence of the generated source by
  compiling it and comparing the new byte-code with the original byte-code.
- .
- Note that an older version of decompyle is available in the decompyle2.2
- package.  The older version cannot handle Python 2.3 byte-code, but it
- might provide a greater success rate with byte-code from Python 2.2 and
- below.  Both the newer decompyle and the older decompyle2.2 may be
- installed together without problems.