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 rhettinger
Recipients LambertDW, rhettinger, steve21
Date 2009-01-27.10:55:47
SpamBayes Score 0.00018540701
Marked as misclassified No
Message-id <1233053750.66.0.563506167047.issue5032@psf.upfronthosting.co.za>
In-reply-to
Content
I've looked again at what it would take to update the C code and think
that the optimizations there make it difficult to add this feature
without adding a lot of code complexity and without slowing-down the
common case.  Also, I value the simplicity of the current API.

Suggest you use "range(start, sys.maxsize, step)" or just roll your own
generator (like Lambert's second version).
History
Date User Action Args
2009-01-27 10:55:51rhettingersetrecipients: + rhettinger, LambertDW, steve21
2009-01-27 10:55:50rhettingersetmessageid: <1233053750.66.0.563506167047.issue5032@psf.upfronthosting.co.za>
2009-01-27 10:55:49rhettingerlinkissue5032 messages
2009-01-27 10:55:47rhettingercreate