On Apr 1, 10:42 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
> En Tue, 01 Apr 2008 23:56:50 -0300, <[EMAIL PROTECTED]> escribió:
>
>    yield *iterable
>
> could be used as a shortcut for this:
>
>    for __temp in iterable: yield __temp

How serious were you about that?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to