2.7.0
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)