File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,7 @@ Fenx's uncompyle3 which I used for inspiration for Python3 support.
112112I started working on this late 2015, mostly to add fragment support.
113113In that, I decided to make this runnable on Python 3.2+ and Python 2.6+
114114while, handling Python bytecodes from Python versions 2.5+ and
115- 3.2+. (I think I could go back further, but I'd consider doing that
116- only after code is better cleaned up and supports Python 3 better.)
115+ 3.2+.
117116
118117Over the many years, code styles and Python features have
119118changed. However brilliant the code was and still is, it hasn't really
Original file line number Diff line number Diff line change @@ -112,14 +112,12 @@ See Also
112112--------
113113
114114* https://github.com/zrax/pycdc : supports all versions of Python and is written in C++
115- * https://code.google.com/archive/p/unpyc3/ : supports Python 3.2 only
116-
117- The above projects use a different decompiling technique what is used here.
118-
119- The HISTORY file.
115+ * https://code.google.com/archive/p/unpyc3/ : supports Python 3.2 only. The above projects use a different decompiling technique what is used here.
116+ * The HISTORY _ file.
120117
121118.. |downloads | image :: https://img.shields.io/pypi/dd/uncompyle6.svg
122119.. _trepan : https://pypi.python.org/pypi/trepan
120+ .. _HISTORY : https://github.com/rocky/python-uncompyle6/blob/master/HISTORY.md
123121.. _debuggers : https://pypi.python.org/pypi/trepan3k
124122.. _remake : https://bashdb.sf.net/remake
125123.. _pycdc : https://github.com/zrax/pycdc
You can’t perform that action at this time.
0 commit comments