> I hardly ever use (x)range for anything (because you can almost always > use a for loop to loop over items instead), but I'll file this info away > mentally for the next time I do. Thanks!
Thats true for me too - and since enumerate was introduced, the number of applications of xrange have decreased further. -- Regards, Diez B. Roggisch -- http://mail.python.org/mailman/listinfo/python-list