On 1 February 2012 08:11, Peter Otten <[email protected]> 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
