You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Get ready for release 3.3.5
This commit is contained in:
16
NEWS.md
16
NEWS.md
@@ -1,4 +1,18 @@
|
|||||||
3.3.4 2019-05-19 Fleetwood at 65
|
3.3.5 2019-07-03 Pre Independence Day
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
Again, most of the work in this is release is thanks to x0ret.
|
||||||
|
|
||||||
|
- Handle annotation args in Python 3.x
|
||||||
|
- Fix vararg and function signatures in 3.x
|
||||||
|
- Some 3.x < 3.6 while(1)/if fixes - others remain
|
||||||
|
- Start reinstating else if -> elif
|
||||||
|
- LOAD_CONST -> LOAD_CODE where appropriate
|
||||||
|
- option `weak-verify` is now `syntax-verify`
|
||||||
|
- code cleanups, start using "blacken" to reformat text
|
||||||
|
|
||||||
|
|
||||||
|
3.3.4 2019-06-19 Fleetwood at 65
|
||||||
================================
|
================================
|
||||||
|
|
||||||
Most of the work in this is release is thanks to x0ret.
|
Most of the work in this is release is thanks to x0ret.
|
||||||
|
@@ -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.3.4' # noqa
|
VERSION="3.3.5" # noqa
|
||||||
|
Reference in New Issue
Block a user