On Mon, 29 Mar 2010 16:36:17 -0700, Paul Rubin wrote:

> Steven D'Aprano <st...@remove-this-cybersource.com.au> writes:
>> * Iterating over an arbitrary sequence of arbitrary sequences?
>>   Use itertools.chain.
> 
> chain is only for finite sequences.  For arbitrary sequences, use
> chain.from_iterable.

Correction noted. Obviously I'm not Dutch.


-- 
Steven
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to