From 590d2f44f18682756988bf40da21a28fffdac364 Mon Sep 17 00:00:00 2001 From: "R. Bernstein" Date: Fri, 10 May 2019 09:29:47 -0400 Subject: [PATCH] Update README.rst --- README.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 99e4cfb6..76dc7bfe 100644 --- a/README.rst +++ b/README.rst @@ -194,8 +194,12 @@ Between Python 3.5, 3.6 and 3.7 there have been major changes to the Currently not all Python magic numbers are supported. Specifically in some versions of Python, notably Python 3.6, the magic number has -changes several times within a version. We support only the released -magic. There are also customized Python interpreters, notably Dropbox, +changes several times within a version. + +**We support only released versions, not candidate versions.** Note however +that the magic of a released version is usually the same as the _last_ candidate version prior to release + +There are also customized Python interpreters, notably Dropbox, which use their own magic and encrypt bytcode. With the exception of the Dropbox's old Python 2.5 interpreter this kind of thing is not handled. @@ -226,7 +230,7 @@ See Also * https://github.com/rocky/python-uncompyle6/wiki : Wiki Documents which describe the code and aspects of it in more detail -.. _trepan: https://pypi.python.org/pypi/trepan2 +.. _trepan: https://pypi.python.org/pypi/trepan2g .. _compiler: https://pypi.python.org/pypi/spark_parser .. _HISTORY: https://github.com/rocky/python-uncompyle6/blob/master/HISTORY.md .. _debuggers: https://pypi.python.org/pypi/trepan3k