Skip to content

Commit b60b612

Browse files
Merge maintenance/3.2.x into main following 3.2.7 release
2 parents d5f9360 + a98215b commit b60b612

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

doc/whatsnew/3/3.2/index.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,37 @@ Summary -- Release highlights
1414

1515
.. towncrier release notes start
1616
17+
What's new in Pylint 3.2.7?
18+
---------------------------
19+
Release date: 2024-08-31
20+
21+
22+
False Positives Fixed
23+
---------------------
24+
25+
- Fixed a false positive `unreachable` for `NoReturn` coroutine functions.
26+
27+
Closes #9840. (`#9840 <https://github.com/pylint-dev/pylint/issues/9840>`_)
28+
29+
30+
31+
Other Bug Fixes
32+
---------------
33+
34+
- Fix crash in refactoring checker when calling a lambda bound as a method.
35+
36+
Closes #9865 (`#9865 <https://github.com/pylint-dev/pylint/issues/9865>`_)
37+
38+
- Fix a crash in ``undefined-loop-variable`` when providing the ``iterable`` argument to ``enumerate()``.
39+
40+
Closes #9875 (`#9875 <https://github.com/pylint-dev/pylint/issues/9875>`_)
41+
42+
- Fix to address indeterminacy of error message in case a module name is same as another in a separate namespace.
43+
44+
Refs #9883 (`#9883 <https://github.com/pylint-dev/pylint/issues/9883>`_)
45+
46+
47+
1748
What's new in Pylint 3.2.6?
1849
---------------------------
1950
Release date: 2024-07-21

0 commit comments

Comments
 (0)