Paul Rubin wrote:
> Normally you'd use range or xrange.  range builds a complete list in
> memory so can be expensive if the number is large.  xrange just counts
> up to that number.

so when range would be used instead of xrange. if xrange is more 
efficient, why range was not reimplemented?

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

Reply via email to