summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-06-12-11-54-05.gh-issue-120381.O-BNLs.rst
blob: 44f49bc19a4c99163833eaa7dc79e9d6398facf7 (plain)
1
2
Correct :func:`inspect.ismethoddescriptor` to check also for the lack of
:meth:`~object.__delete__`.  Patch by Jan Kaliszewski.