Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Library/2022-03-02-04-25-58.bpo-44807.gHNC9J.rst
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
  • Loading branch information
adriangb and JelleZijlstra authored Mar 2, 2022
commit 282e95f7ae342272d6c0b5729dfdd8ea7668069e
Original file line number Diff line number Diff line change
@@ -1 +1 @@
:class:`typing.Protocol` no longer silently replaces __init__ methods defined on subclasses
:class:`typing.Protocol` no longer silently replaces :meth:`__init__` methods defined on subclasses. Patch by Adrian Garcia Badaracco.