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 benjamin.peterson
Recipients benjamin.peterson, gvanrossum
Date 2008-05-01.20:48:51
SpamBayes Score 0.06393696
Marked as misclassified No
Message-id <1209674937.13.0.531177729301.issue2735@psf.upfronthosting.co.za>
In-reply-to
Content
Per discussions on Python-3000, I've stipped range down to a bare
minimum. Here's an overview of the patch:

1. No slicing.
2. Length is computed in constructor and is a PyLong in the object's
struct. __len__ simply tries to convert it to a Py_ssize_t.
3. start, stop, and, step are exposed as attributes
History
Date User Action Args
2008-05-01 20:48:57benjamin.petersonsetspambayes_score: 0.063937 -> 0.06393696
recipients: + benjamin.peterson, gvanrossum
2008-05-01 20:48:57benjamin.petersonsetspambayes_score: 0.063937 -> 0.063937
messageid: <1209674937.13.0.531177729301.issue2735@psf.upfronthosting.co.za>
2008-05-01 20:48:55benjamin.petersonlinkissue2735 messages
2008-05-01 20:48:55benjamin.petersoncreate