brad wrote:
> Bjoern Schliessmann wrote:

>> Why use xrange if you convert it to a full list in place? No
>> advantage there.
> 
> What is the dis-advantage of using xrange over range in this
> circumstance?

Hardly any, but honestly: Converting it to a list manually is more
than superfluous.

Regards,


Björn

-- 
BOFH excuse #284:

Electrons on a bender

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

Reply via email to