You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Get ready for release 3.2.0
This commit is contained in:
7
NEWS
7
NEWS
@@ -1,3 +1,10 @@
|
|||||||
|
uncompyle6 3.2.0 2018-05-19 Rocket Scientist
|
||||||
|
|
||||||
|
- Add rudimentary 1.4 support (still a bit buggy)
|
||||||
|
- add --tree+ option to show formatting rule, when it is constant
|
||||||
|
- Python 2.7.15candidate1 support (via xdis)
|
||||||
|
- bug fixes, especially for 3.7 (but 2.7 and 3.6 and others as well)
|
||||||
|
|
||||||
uncompyle6 3.1.3 2018-04-16
|
uncompyle6 3.1.3 2018-04-16
|
||||||
|
|
||||||
- Add some Python 3.7 rules, such as for handling LOAD_METHOD (not complete)
|
- Add some Python 3.7 rules, such as for handling LOAD_METHOD (not complete)
|
||||||
|
@@ -12,4 +12,4 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
# This file is suitable for sourcing inside bash as
|
# This file is suitable for sourcing inside bash as
|
||||||
# well as importing into Python
|
# well as importing into Python
|
||||||
VERSION='3.1.3'
|
VERSION='3.2.0'
|
||||||
|
Reference in New Issue
Block a user