summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2022-10-15-10-43-45.gh-issue-98284.SaVHTd.rst
blob: ccabd42179438021f9e1d678493bf273acfb89fe (plain)
1
2
3
Improved :class:`TypeError` message for undefined abstract methods of a
:class:`abc.ABC` instance. The names of the missing methods are surrounded
by single-quotes to highlight them.