Antoine Pitrou added the comment:

I think the throw() method should be required.
If you don't need throw(), send() or close(), then you aren't really asking for 
a full-blown generator: you are asking for an iterator, so you can just check 
for collections.Iterator.

(PS: why is this bug assigned to Lukasz?)

----------

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

Reply via email to