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 daniel.urban
Recipients BreamoreBoy, daniel.urban, mark.dickinson, rhettinger
Date 2010-09-19.09:44:42
SpamBayes Score 5.4390282e-05
Marked as misclassified No
Message-id <1284889484.6.0.937963457518.issue9896@psf.upfronthosting.co.za>
In-reply-to
Content
> What is the use case for this?

The basic idea was, that in Python almost everything is introspectable, so why range objects aren't.  It was pretty straightforward to implement it, so I've done it (actually when I was working on rangeobject.c, I was surprised to see that these members aren't available from python code).
But if this isn't needed, I'm absolutely ok with that.  I think this would be a nice to have feature, but of course not necessary.  Also, if it violates the moratorium (I don't know), then of course this sould be at least postponed.
History
Date User Action Args
2010-09-19 09:44:44daniel.urbansetrecipients: + daniel.urban, rhettinger, mark.dickinson, BreamoreBoy
2010-09-19 09:44:44daniel.urbansetmessageid: <1284889484.6.0.937963457518.issue9896@psf.upfronthosting.co.za>
2010-09-19 09:44:43daniel.urbanlinkissue9896 messages
2010-09-19 09:44:42daniel.urbancreate