En Mon, 21 Dec 2009 11:39:46 -0300, Lucas Prado Melo <lukepadawan at gmail.com> escribió: > Is there a way to send() information back to a generator while using the > for...in statement? No. You have to write the iteration as a while loop. -- Gabriel Genellina