Note Python 3.5

This commit is contained in:
rocky
2015-12-30 23:48:27 -05:00
parent b82a8b90d5
commit 0533bbb758

View File

@@ -12,8 +12,8 @@ Introduction
*uncompyle6* translates Python byte-code back into equivalent Python
source code. It accepts byte-codes from Python version 2.5 to 3.4 or
so and has been tested on Python running versions 2.6, 2.7, 3.3 and
3.4.
so and has been tested on Python running versions 2.6, 2.7, 3.3,
3.4 and 3.5.
Why this?
---------