On 12/30/05, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote:


Bob Ippolito wrote:
> If you want guarantees, then use itertools.izip or itertools.imap.
> Their definitions prevent that kind of (EXTREMELY unlikely)
> optimization.
>
though imap is not "None" filled(as in map), for unequal length
iterables. Though that is not a problem in this case.

Take a look at padnone() on
http://www.python.org/doc/current/lib/itertools-recipes.html.

-- David

Reply via email to