Guido van Rossum <[EMAIL PROTECTED]> added the comment:

On Fri, Apr 25, 2008 at 3:41 PM, Benjamin Peterson
<[EMAIL PROTECTED]> wrote:
>  If it makes any difference, the attributes aren't even available through 
> Python.

But they are deducible via the str() or repr(). And IMO they *should*
be available.

I think I'd be okay with normalization on creation, so that range(0,
5, 2) returns range(0, 6, 2). Hm, but isn't that odd? Why not the
other way around?

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2603>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to