cpython/Misc/NEWS.d/next/Library/2024-06-12-11-54-05.gh-issu...

3 lines
128 B
ReStructuredText

Correct :func:`inspect.ismethoddescriptor` to check also for the lack of
:meth:`~object.__delete__`. Patch by Jan Kaliszewski.