[issue24018] add a Generator ABC

Guido van Rossum report at bugs.python.org
Mon Apr 20 21:40:48 CEST 2015


Guido van Rossum added the comment:

It's missing tests. :-)

Otherwise looks quite sensible.

Also, shouldn't you override __subclasshook__ so you don't inherit it from Iterator?

----------

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


More information about the Python-bugs-list mailing list