Skip to content

Commit c21276f

Browse files
Post 3.3.3 (#10157)
2 parents 31e7674 + ac7d336 commit c21276f

File tree

4 files changed

+29
-11
lines changed

4 files changed

+29
-11
lines changed

doc/whatsnew/3/3.3/index.rst

+29
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,35 @@ Summary -- Release highlights
1414

1515
.. towncrier release notes start
1616
17+
What's new in Pylint 3.3.3?
18+
---------------------------
19+
Release date: 2024-12-23
20+
21+
22+
False Positives Fixed
23+
---------------------
24+
25+
- Fix false positives for ``undefined-variable`` for classes using Python 3.12
26+
generic type syntax.
27+
28+
Closes #9335 (`#9335 <https://github.com/pylint-dev/pylint/issues/9335>`_)
29+
30+
- Fix a false positive for `use-implicit-booleaness-not-len`. No lint should be emitted for
31+
generators (`len` is not defined for generators).
32+
33+
Refs #10100 (`#10100 <https://github.com/pylint-dev/pylint/issues/10100>`_)
34+
35+
36+
37+
Other Bug Fixes
38+
---------------
39+
40+
- Fix ``Unable to import 'collections.abc' (import-error)`` on Python 3.13.1.
41+
42+
Closes #10112 (`#10112 <https://github.com/pylint-dev/pylint/issues/10112>`_)
43+
44+
45+
1746
What's new in Pylint 3.3.2?
1847
---------------------------
1948
Release date: 2024-12-01

doc/whatsnew/fragments/10100.false_positive

-4
This file was deleted.

doc/whatsnew/fragments/10112.bugfix

-3
This file was deleted.

doc/whatsnew/fragments/9335.false_positive

-4
This file was deleted.

0 commit comments

Comments
 (0)