File tree Expand file tree Collapse file tree 5 files changed +31
-12
lines changed Expand file tree Collapse file tree 5 files changed +31
-12
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,37 @@ Summary -- Release highlights
14
14
15
15
.. towncrier release notes start
16
16
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
+
17
48
What's new in Pylint 3.2.6?
18
49
---------------------------
19
50
Release date: 2024-07-21
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments