Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

I would be happy with just "instance of cls".  Elsewhere in the docs, that 
phrasing almost always means "instance of a cls or instance of a subclass of 
cls".  Also, it is consistent with the meaning of isinstance(inst, cls) unless 
overridden by ABC logic.

----------
nosy: +rhettinger

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45104>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to