On Jan 30, 11:57 am, Arnaud Delobelle <[EMAIL PROTECTED]> wrote:

> n = len(a)
> for i, x in enumerate(a):
>     if x == 99: del a[i-n]

Oops. That can't work.  Don't know what I was thinking here.  I
probably did had one mental refactoring too many...

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

Reply via email to