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 smarnach
Recipients smarnach
Date 2011-10-17.14:28:59
SpamBayes Score 0.0011406472
Marked as misclassified No
Message-id <1318861740.84.0.628710969686.issue13200@psf.upfronthosting.co.za>
In-reply-to
Content
As discussed on python-ideas [1], range objects should expose their start, stop and step values as read-only data attributes.  I've attached a patch to this end.

I'll open a separate issue for range comparison.

[1]: http://mail.python.org/pipermail/python-ideas/2011-October/012356.html
History
Date User Action Args
2011-10-17 14:29:00smarnachsetrecipients: + smarnach
2011-10-17 14:29:00smarnachsetmessageid: <1318861740.84.0.628710969686.issue13200@psf.upfronthosting.co.za>
2011-10-17 14:29:00smarnachlinkissue13200 messages
2011-10-17 14:29:00smarnachcreate