Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pylint
From: Adam Ciarcinski
Date: 2024-09-02 09:59:16
Message id: 20240902075916.3409BFC74@cvs.NetBSD.org
Log Message:
py-pylint: updated to 3.2.7
What's new in Pylint 3.2.7?
False Positives Fixed
- Fixed a false positive `unreachable` for `NoReturn` coroutine functions.
Other Bug Fixes
- Fix crash in refactoring checker when calling a lambda bound as a method.
- Fix a crash in ``undefined-loop-variable`` when providing the ``iterable`` \
argument to ``enumerate()``.
- Fix to address indeterminacy of error message in case a module name is same as \
another in a separate namespace.
Files: