Skip to content

Commit d1ef0bf

Browse files
committed
Update HISTORY and add link to it in README.md
1 parent 063e517 commit d1ef0bf

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

HISTORY.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ Fenx's uncompyle3 which I used for inspiration for Python3 support.
112112
I started working on this late 2015, mostly to add fragment support.
113113
In that, I decided to make this runnable on Python 3.2+ and Python 2.6+
114114
while, 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

118117
Over the many years, code styles and Python features have
119118
changed. However brilliant the code was and still is, it hasn't really

README.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)