From d1ef0bf21b6be32e6347a88f8d77b129cee365db Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 20 Jul 2016 12:01:45 -0400 Subject: [PATCH] Update HISTORY and add link to it in README.md --- HISTORY.md | 3 +-- README.rst | 8 +++----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 49f168f3..5226a4ac 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -112,8 +112,7 @@ Fenx's uncompyle3 which I used for inspiration for Python3 support. I started working on this late 2015, mostly to add fragment support. In that, I decided to make this runnable on Python 3.2+ and Python 2.6+ while, handling Python bytecodes from Python versions 2.5+ and -3.2+. (I think I could go back further, but I'd consider doing that -only after code is better cleaned up and supports Python 3 better.) +3.2+. Over the many years, code styles and Python features have changed. However brilliant the code was and still is, it hasn't really diff --git a/README.rst b/README.rst index d505d1f5..65b1dc97 100644 --- a/README.rst +++ b/README.rst @@ -112,14 +112,12 @@ See Also -------- * https://github.com/zrax/pycdc : supports all versions of Python and is written in C++ -* https://code.google.com/archive/p/unpyc3/ : supports Python 3.2 only - -The above projects use a different decompiling technique what is used here. - -The HISTORY file. +* https://code.google.com/archive/p/unpyc3/ : supports Python 3.2 only. The above projects use a different decompiling technique what is used here. +* The HISTORY_ file. .. |downloads| image:: https://img.shields.io/pypi/dd/uncompyle6.svg .. _trepan: https://pypi.python.org/pypi/trepan +.. _HISTORY: https://github.com/rocky/python-uncompyle6/blob/master/HISTORY.md .. _debuggers: https://pypi.python.org/pypi/trepan3k .. _remake: https://bashdb.sf.net/remake .. _pycdc: https://github.com/zrax/pycdc