2.7.0
·
297 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
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
nonlocalnames 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)