Skip to content

Commit

Permalink
Group changelog entries together with refactor from pylint-dev#6712
Browse files Browse the repository at this point in the history
  • Loading branch information
DudeNr33 committed May 27, 2022
1 parent dd75fba commit 5e2a150
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 5 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,16 @@ Release date: TBA

Ref #6712

* ``pyreverse``: Resolving and displaying implemented interfaces that are defined by the ``__implements__``
attribute has been deprecated and will be removed in 3.0.

Ref #6713

* ``interfaces.implements`` has been deprecated and will be removed in 3.0. Please use standard inheritance
patterns instead of ``__implements__``.

Ref #2287

* ``pyreverse``: Resolving and displaying implemented interfaces that are defined by the ``__implements__``
attribute has been deprecated and will be removed in 3.0.

* ``invalid-enum-extension``: Used when a class tries to extend an inherited Enum class.

Closes #5501
Expand Down
10 changes: 6 additions & 4 deletions doc/whatsnew/2.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,6 @@ Other Changes

Closes #6644

* ``pylint.pyreverse.ASTWalker`` has been removed, as it was only used internally by a single child class.

Ref #6712


Deprecations
============
Expand Down Expand Up @@ -387,9 +383,15 @@ Deprecations

Ref #5392

* ``pylint.pyreverse.ASTWalker`` has been removed, as it was only used internally by a single child class.

Ref #6712

* ``pyreverse``: Resolving and displaying implemented interfaces that are defined by the ``__implements__``
attribute has been deprecated and will be removed in 3.0.

Ref #6713

* ``is_class_subscriptable_pep585_with_postponed_evaluation_enabled`` has been deprecated.
Use ``is_postponed_evaluation_enabled(node) and is_node_in_type_annotation_context(node)``
instead.
Expand Down

0 comments on commit 5e2a150

Please sign in to comment.