Message242072
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?) |
|
Date |
User |
Action |
Args |
2015-04-26 19:40:43 | pitrou | set | recipients:
+ pitrou, gvanrossum, rhettinger, scoder, vstinner, lukasz.langa, Ludovic.Gasc, martin.panter, yselivanov |
2015-04-26 19:40:43 | pitrou | set | messageid: <1430077243.11.0.251291374093.issue24018@psf.upfronthosting.co.za> |
2015-04-26 19:40:43 | pitrou | link | issue24018 messages |
2015-04-26 19:40:43 | pitrou | create | |
|