diff --git a/doc/whatsnew/3/3.3/index.rst b/doc/whatsnew/3/3.3/index.rst index 29c4834c0a..81a49032e2 100644 --- a/doc/whatsnew/3/3.3/index.rst +++ b/doc/whatsnew/3/3.3/index.rst @@ -14,6 +14,53 @@ Summary -- Release highlights .. towncrier release notes start +What's new in Pylint 3.3.8? +--------------------------- +Release date: 2025-08-09 + +This patch release includes an exceptional fix for a false negative issue. +For details, see: https://github.com/pylint-dev/pylint/pull/10482#issuecomment-3164514082 + +False Positives Fixed +--------------------- + +- Fix false positives for `possibly-used-before-assignment` when variables are exhaustively + assigned within a `match` block. + + Closes #9668 (`#9668 `_) + +- Fix false positive for `missing-raises-doc` and `missing-yield-doc` when the method length is less than docstring-min-length. + + Refs #10104 (`#10104 `_) + +- Fix a false positive for ``unused-variable`` when multiple except handlers bind the same name under a try block. + + Closes #10426 (`#10426 `_) + + + +False Negatives Fixed +--------------------- + +- Fix false-negative for ``used-before-assignment`` with ``from __future__ import annotations`` in function definitions. + + Refs #10482 (`#10482 `_) + + + +Other Bug Fixes +--------------- + +- Fix a bug in Pyreverse where aggregations and associations were included in diagrams regardless of the selected --filter-mode (such as PUB_ONLY, ALL, etc.). + + Closes #10373 (`#10373 `_) + +- Fix double underscores erroneously rendering as bold in pyreverse's Mermaid output. + + Closes #10402 (`#10402 `_) + + + What's new in Pylint 3.3.7? --------------------------- Release date: 2025-05-04 diff --git a/script/.contributors_aliases.json b/script/.contributors_aliases.json index 0de8bd426f..655fb412e0 100644 --- a/script/.contributors_aliases.json +++ b/script/.contributors_aliases.json @@ -281,6 +281,7 @@ "mails": [ "66853113+pre-commit-ci[bot]@users.noreply.github.com", "49699333+dependabot[bot]@users.noreply.github.com", + "212256041+pylint-backport-bot[bot]@users.noreply.github.com", "41898282+github-actions[bot]@users.noreply.github.com" ], "name": "bot"