python-uncompyle6 v3.7.4 Release Notes

Release Date: 2020-09-05 // over 5 years ago
    • 📜 Fragment parsing was borked. This means deparsing in trepan2/trepan3k was broken
    • 3.7+: narrow precedence for call tatement
    • 👍 del_stmt -> delete to better match Python AST
    • 3.8+ Add another forelsestmt (found only in a loop)
    • 3.8+ Add precedence on walrus operator
    • More files blackened
    • ⬆️ bump min xdis version

Previous changes from v3.7.3

  • 🛠 Mostly small miscellaneous bug fixes

    • __doc__ = DocDescr() from test_descr.py was getting confused as a docstring.
    • 👍 detect 2.7 exchandler range better
    • ➕ Add for .. else reduction checks on 2.6 and before
    • ➕ Add reduce check for 2.7 augmented assign
    • ➕ Add VERSION in a pydoc-friendly way