On 1 February 2012 08:11, Peter Otten <__pete...@web.de> wrote:
> Arnaud Delobelle wrote:
> The example should be
>
>> from itertools import islice:
>
> for el in islice(mylist, 1, None):
>>     process2(el)

Oops!

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

Reply via email to