Generators and their next() and send() methods

Thomas Mlynarczyk thomas at mlynarczyk-webdesign.de
Tue Nov 18 18:20:11 EST 2008


Aaron Brady schrieb:

> And, if you don't intend to use 'myway' on 'listiterator's and such,
> 'send( None )' is equivalent to 'next( )'.

I didn't know that. But doesn't that impose a restriction somehow? It 
makes it impossible to send a None to a generator.

Greetings,
Thomas

-- 
Ce n'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison!
(Coluche)



More information about the Python-list mailing list