diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2023-10-11-11-00-11.gh-issue-110682.bXRFaX.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-10-11-11-00-11.gh-issue-110682.bXRFaX.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-10-11-11-00-11.gh-issue-110682.bXRFaX.rst b/Misc/NEWS.d/next/Library/2023-10-11-11-00-11.gh-issue-110682.bXRFaX.rst deleted file mode 100644 index b935d9a..0000000 --- a/Misc/NEWS.d/next/Library/2023-10-11-11-00-11.gh-issue-110682.bXRFaX.rst +++ /dev/null @@ -1,4 +0,0 @@ -:func:`runtime-checkable protocols <typing.runtime_checkable>` used -to consider ``__match_args__`` a protocol member in -``__instancecheck__`` if it was present on the protocol. Now, this attribute is -ignored if it is present. |