"Terry Carroll" <carr...@tjc.com> wrote

Is there any way to use xrange with a start or stop value that exceeds sys.maxint?

Not in python v2(*), just use range().
In Python v3 xrange has been removed as has sys.maxint....


(*)Or at least up to 2.5, I don;t have 2.6 or 2.7...

HTH,


--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to