Path to this page:
Subject: CVS commit: pkgsrc/devel/py-astroid
From: Adam Ciarcinski
Date: 2021-04-16 07:44:05
Message id: 20210416054405.D7105FA95@cvs.NetBSD.org
Log Message:
py-astroid: updated to 2.5.3
What's New in astroid 2.5.3?
============================
* Takes into account the fact that subscript inferring for a ClassDef may \
involve __class_getitem__ method
* Reworks the `collections` and `typing` brain so that `pylint`s acceptance \
tests are fine.
* Use ``inference_tip`` for ``typing.TypedDict`` brain.
* Fix mro for classes that inherit from typing.Generic
* Add inference tip for typing.Generic and typing.Annotated with \
``__class_getitem__``
Files: