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.3.2
This commit is contained in:
15
NEWS.md
15
NEWS.md
@@ -1,3 +1,18 @@
|
|||||||
|
3.3.2 2019-05-03 Better Friday
|
||||||
|
==============================
|
||||||
|
|
||||||
|
As before, lots of decomplation bugs fixed. The focus has primarily
|
||||||
|
been on Python 3.6. We can now parse the entire 3.6.8 Python library
|
||||||
|
and verify that without an error. The same is true for 3.5.8. A number
|
||||||
|
of the bugs fixed though are not contained to these versions. In fact
|
||||||
|
some span back as far as 2.x
|
||||||
|
|
||||||
|
But as before, many more remain in the 3.7 and 3.8 range which will
|
||||||
|
get addressed in future releases
|
||||||
|
|
||||||
|
Pypy 3.6 support was started. Pypy 3.x detection fixed (via xdis)
|
||||||
|
|
||||||
|
|
||||||
3.3.1 2019-04-19 Good Friday
|
3.3.1 2019-04-19 Good Friday
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
@@ -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.1' # noqa
|
VERSION='3.3.2' # noqa
|
||||||
|
Reference in New Issue
Block a user