Skip to content

2.7.0

Compare
Choose a tag to compare
@dflook dflook released this 27 Oct 17:08
· 104 commits to main since this release
daea1d4

Added

  • Python 3.11 support, including exception groups syntax

Changed

  • Improved detection of dataclasses when using the remove annotations transform, which suppresses removal of annotations for those classes

Fixed

  • Renamed nonlocal names could be incorrect if the name isn't local in the immediate parent function scope.
    (or it was bound in the immediate parent, but after the definition of the nested scope)