[issue17584] collections.Iterator __subclasshook__ does not check if next() is callable

Raymond Hettinger report at bugs.python.org
Sun Mar 31 05:28:37 CEST 2013


Raymond Hettinger added the comment:

Sorry, this isn't bug.  The design of ABCs are to check for the existence to required named; none of them verify the signature.

----------
nosy: +rhettinger
resolution:  -> wont fix
status: open -> closed

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


More information about the Python-bugs-list mailing list