New submission from Sven Marnach <s...@marnach.net>:

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

----------
components: Interpreter Core
files: range-members
messages: 145701
nosy: smarnach
priority: normal
severity: normal
status: open
title: Add start, stop and step attributes to range objects
type: feature request
Added file: http://bugs.python.org/file23425/range-members

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13200>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to