[issue5250] Document __instancecheck__ and __subclasscheck__

Georg Brandl report at bugs.python.org
Wed Apr 14 23:48:19 CEST 2010


Georg Brandl <georg at python.org> added the comment:

Fixed the missing verb in r80084.  I don't think the new special methods need to be mention in isinstance() or issubclass() docs; they are very rarely needed, and other builtins don't mention their special methods either (e.g. abs(), complex(), or getattr().)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5250>
_______________________________________


More information about the Python-bugs-list mailing list