This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ysj.ray
Recipients cool-RR, docs@python, rhettinger, ysj.ray
Date 2011-04-25.07:09:08
SpamBayes Score 1.9301476e-06
Marked as misclassified No
Message-id <1303715354.76.0.469654613413.issue11908@psf.upfronthosting.co.za>
In-reply-to
Content
`step` argument for xrange() could not be 0.

But `s.stop or sys.maxint` is really a problem, in the case of `s.stop == 0`.

So the given `Equivalent to` python code in the doc is not precisely equivalent to the c implementation. The doc needs a fix.
History
Date User Action Args
2011-04-25 07:09:14ysj.raysetrecipients: + ysj.ray, rhettinger, cool-RR, docs@python
2011-04-25 07:09:14ysj.raysetmessageid: <1303715354.76.0.469654613413.issue11908@psf.upfronthosting.co.za>
2011-04-25 07:09:08ysj.raylinkissue11908 messages
2011-04-25 07:09:08ysj.raycreate