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.6.5
This commit is contained in:
14
NEWS.md
14
NEWS.md
@@ -1,3 +1,17 @@
|
|||||||
|
3.6.5: 2020-4-1 April Fool
|
||||||
|
==========================
|
||||||
|
|
||||||
|
Back port some of the changes in decompile3 here which mostly helps 3.7 and 3.8 decompilation, although this may also help 3.6ish versions too.
|
||||||
|
|
||||||
|
- Handle nested `async for in for...` and Better async comprehension detection via `xdis`. Still more work is needed.
|
||||||
|
- include token number in listings when `-g` and there is a parser error
|
||||||
|
- remove unneded `Makefile`s now that remake 4.3+1.5dbg is a thing that has `-c`
|
||||||
|
- Bug in finding annotations in functions with docstrings
|
||||||
|
- Fix bug found by 2.4 sre_parse.py testing
|
||||||
|
- Fix `transform` module's `ifelseif` bugs
|
||||||
|
- Fix bug in 3.0 name module detection
|
||||||
|
- Fix docstring detection
|
||||||
|
|
||||||
3.6.4: 2020-2-9 Plateau
|
3.6.4: 2020-2-9 Plateau
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
@@ -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.6.4" # noqa
|
VERSION="3.6.5" # noqa
|
||||||
|
Reference in New Issue
Block a user