Overview
Request 937782 accepted
- version update to 2.9.0
* Add ``end_lineno`` and ``end_col_offset`` attributes to astroid nodes.
* Always treat ``__class_getitem__`` as a classmethod.
* Add missing ``as_string`` visitor method for ``Unknown`` node.
* Fix crash on inference of subclasses created from ``Class().__subclasses__``
* Fix bug with Python 3.7.0 / 3.7.1 and ``typing.NoReturn``.
Request History
pgajdos created request
- version update to 2.9.0
* Add ``end_lineno`` and ``end_col_offset`` attributes to astroid nodes.
* Always treat ``__class_getitem__`` as a classmethod.
* Add missing ``as_string`` visitor method for ``Unknown`` node.
* Fix crash on inference of subclasses created from ``Class().__subclasses__``
* Fix bug with Python 3.7.0 / 3.7.1 and ``typing.NoReturn``.
mcepl accepted request