summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-05-23-17-43-52.gh-issue-104797.NR7KzF.rst
blob: 60c9a0601cdc9aa9220fd47fe91057ad8d63f8ad (plain)
1
2
Allow :class:`typing.Protocol` classes to inherit from
:class:`collections.abc.Buffer`. Patch by Jelle Zijlstra.