Skip to content

Commit ec692a0

Browse files
[changelog] Classify all non user-facing changes as 'internal'
1 parent e3f68d5 commit ec692a0

File tree

8 files changed

+9
-5
lines changed

8 files changed

+9
-5
lines changed
File renamed without changes.
File renamed without changes.

doc/whatsnew/fragments/8404.breaking

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
Everything related to the ``__implements__`` construct was removed. It was based on PEP245
2-
that was proposed in 2001 and rejected in 2006. It includes all the classes inheriting
3-
``Interface`` in ``pylint.interfaces``
4-
5-
``Checker`` should only inherit ``BaseChecker`` or any of the other checker types from ``pylint.checkers``.
6-
``Reporter`` should only inherit ``BaseReporter``.
2+
that was proposed in 2001 and rejected in 2006.
73

84
The capability from pyreverse to take ``__implements__`` into account when generating diagrams
95
was also removed.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Everything related to the ``__implements__`` construct was removed. It was based on PEP245
2+
that was proposed in 2001 and rejected in 2006.
3+
4+
All the classes inheriting ``Interface`` in ``pylint.interfaces`` were removed.
5+
``Checker`` should only inherit ``BaseChecker`` or any of the other checker types
6+
from ``pylint.checkers``. ``Reporter`` should only inherit ``BaseReporter``.
7+
8+
Refs #8404
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)