[issue13200] Add start, stop and step attributes to range objects

2011-11-05 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> duplicate stage: patch review -> committed/rejected status: open -> closed superseder: -> Introspectable range objects ___ Python tracker ___

[issue13200] Add start, stop and step attributes to range objects

2011-11-05 Thread Éric Araujo
Éric Araujo added the comment: The other bug is older and has more discussion, I’m closing this one as duplicate. -- ___ Python tracker ___

[issue13200] Add start, stop and step attributes to range objects

2011-10-17 Thread Éric Araujo
Changes by Éric Araujo : Removed file: http://bugs.python.org/file23425/range-members.patch ___ Python tracker ___ ___ Python-bugs-list mailin

[issue13200] Add start, stop and step attributes to range objects

2011-10-17 Thread Éric Araujo
Éric Araujo added the comment: > (Could I also edit the old one?) If you want to remove the older version, follow the edit link on the right. In case you don’t have the permissions, I’ll do it. -- ___ Python tracker

[issue13200] Add start, stop and step attributes to range objects

2011-10-17 Thread Ezio Melotti
Ezio Melotti added the comment: There's actually a similar proposal with a patch and a few comments in #9896. -- nosy: +durban, pitrou, rhettinger, terry.reedy ___ Python tracker __

[issue13200] Add start, stop and step attributes to range objects

2011-10-17 Thread Sven Marnach
Sven Marnach added the comment: Thanks, Éric. Added new version of the patch. (Could I also edit the old one?) -- Added file: http://bugs.python.org/file23427/range-members.patch ___ Python tracker _

[issue13200] Add start, stop and step attributes to range objects

2011-10-17 Thread Éric Araujo
Éric Araujo added the comment: I would add tests that check the read-only-ness. -- nosy: +eric.araujo ___ Python tracker ___ ___ Pyth

[issue13200] Add start, stop and step attributes to range objects

2011-10-17 Thread Mark Dickinson
Changes by Mark Dickinson : -- nosy: +mark.dickinson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue13200] Add start, stop and step attributes to range objects

2011-10-17 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +needs review, patch nosy: +ezio.melotti stage: -> patch review versions: +Python 3.3 ___ Python tracker ___ _

[issue13200] Add start, stop and step attributes to range objects

2011-10-17 Thread Sven Marnach
New submission from Sven Marnach : 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-id