Re: synchronized enumerate

2005-12-20 Thread Antoon Pardon
Op 2005-12-20, [EMAIL PROTECTED] schreef <[EMAIL PROTECTED]>: > What I would like to see supported is > the concept that enumerate should give indices and items from an > iterable--it does right now--but it should also allow you to access a > different portion of the original list and *still* give

synchronized enumerate

2005-12-19 Thread smichr
I see that there is a thread of a similar topic that was posted recently ( enumerate with a start index ) but thought I would start a new thread since what I am suggesting is a little different. I posted a very similar item to python-dev, but they said to post it here. Tutor also said that if any