Path to this page:
Subject: CVS commit: pkgsrc/devel/py-astroid
From: Adam Ciarcinski
Date: 2022-05-03 19:50:49
Message id: 20220503175049.F10A8FB1A@cvs.NetBSD.org
Log Message:
py-astroid: updated to 2.11.4
What's New in astroid 2.11.4?
=============================
* Fix ``col_offset`` attribute for nodes involving ``with`` on ``PyPy``.
* Fixed a crash involving two starred expressions: one inside a comprehension,
both inside a call.
* Made ``FunctionDef.implicit_parameters`` return 1 for methods by making
``FunctionDef.is_bound`` return ``True``, as it does for class methods.
* Fixed a crash when ``_filter_stmts`` encounters an ``EmptyNode``.
Files: