Get ready for release 2.1.3

This commit is contained in:
rocky
2016-01-02 23:00:37 -05:00
parent 31ebe88b38
commit 077bca6141
3 changed files with 87 additions and 2 deletions

9
NEWS
View File

@@ -1,3 +1,12 @@
uncompyle6 2.1.3 2016-01-02
- Limited support for decompiling Python 3.5
- Improve Python 3 class deparsing
- Handle MAKE_CLOSURE opcode
- Start to DRY opcode code.
- increase test coverage
- fix misc small bugs and some improvements
uncompyle6 2.1.2 2015-12-31
- Fix cross-version Marshal loading