Skip to content

Commit e63a352

Browse files
cdce8pPierre-Sassoulas
authored andcommitted
Fix 2.15 changelog (#7369)
1 parent 5b85ecc commit e63a352

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/whatsnew/2/2.15/index.rst

+4
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ False Positives Fixed
7272
- Fix `undefined-loop-variable` with `break` and `continue` statements in `else` blocks.
7373

7474
Refs #7311 (`#7311 <https://github.com/PyCQA/pylint/issues/7311>`_)
75+
- Improve default TypeVar name regex. Disallow names prefixed with ``T``.
76+
E.g. use ``AnyStrT`` instead of ``TAnyStr``.
77+
78+
Refs #7322 (`#7322 <https://github.com/PyCQA/pylint/issues/7322>`_`)
7579

7680

7781
False Negatives Fixed

doc/whatsnew/fragments/7322.false-positive

-4
This file was deleted.

0 commit comments

Comments
 (0)