Skip to content

Commit

Permalink
[changelog] Classify all non user-facing changes as 'internal'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Apr 1, 2023
1 parent e3f68d5 commit ec692a0
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 1 addition & 5 deletions doc/whatsnew/fragments/8404.breaking
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
Everything related to the ``__implements__`` construct was removed. It was based on PEP245
that was proposed in 2001 and rejected in 2006. It includes all the classes inheriting
``Interface`` in ``pylint.interfaces``

``Checker`` should only inherit ``BaseChecker`` or any of the other checker types from ``pylint.checkers``.
``Reporter`` should only inherit ``BaseReporter``.
that was proposed in 2001 and rejected in 2006.

The capability from pyreverse to take ``__implements__`` into account when generating diagrams
was also removed.
Expand Down
8 changes: 8 additions & 0 deletions doc/whatsnew/fragments/8404.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Everything related to the ``__implements__`` construct was removed. It was based on PEP245
that was proposed in 2001 and rejected in 2006.

All the classes inheriting ``Interface`` in ``pylint.interfaces`` were removed.
``Checker`` should only inherit ``BaseChecker`` or any of the other checker types
from ``pylint.checkers``. ``Reporter`` should only inherit ``BaseReporter``.

Refs #8404
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ec692a0

Please sign in to comment.