abc for generators?

Alan Franzoni doesnotexist at franzoni.invalid
Wed May 19 17:27:50 EDT 2010


On 5/19/10 7:24 PM, Carl Banks wrote:
> collections.Iterator

That would just support the next() method. But enhanced generators
interface - supporting coroutines as well - include send(), throw() and
close().


-- 
Alan Franzoni
contact me at public@[mysurname].eu



More information about the Python-list mailing list