Get ready for release 2.9.11

This commit is contained in:
rocky
2017-05-06 07:48:24 -04:00
parent e56ab2dcd5
commit 5566b9ba6c
3 changed files with 656 additions and 162 deletions

810
ChangeLog

File diff suppressed because it is too large Load Diff

6
NEWS
View File

@@ -1,3 +1,9 @@
uncompyle6 2.9.11 2016-04-06
- Better support for Python 3.5+ BUILD_MAP_UNPACK
- Start 3.6 CALL_FUNCTION_EX support
- Many decompilation bug fixes. (Many more remain). See ChangeLog
uncompyle6 2.9.10 2016-02-25 uncompyle6 2.9.10 2016-02-25
- Python grammar rule fixes - Python grammar rule fixes

View File

@@ -1,3 +1,3 @@
# 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='2.9.10' VERSION='2.9.11'