This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Ludovic.Gasc, gvanrossum, lukasz.langa, martin.panter, pitrou, rhettinger, scoder, vstinner, yselivanov
Date 2015-04-26.19:40:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430077243.11.0.251291374093.issue24018@psf.upfronthosting.co.za>
In-reply-to
Content
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?)
History
Date User Action Args
2015-04-26 19:40:43pitrousetrecipients: + pitrou, gvanrossum, rhettinger, scoder, vstinner, lukasz.langa, Ludovic.Gasc, martin.panter, yselivanov
2015-04-26 19:40:43pitrousetmessageid: <1430077243.11.0.251291374093.issue24018@psf.upfronthosting.co.za>
2015-04-26 19:40:43pitroulinkissue24018 messages
2015-04-26 19:40:43pitroucreate