[issue2690] Precompute range length and enhance range subscript support

Nick Coghlan report at bugs.python.org
Fri Dec 3 17:35:41 CET 2010


Nick Coghlan <ncoghlan at gmail.com> added the comment:

On Sat, Dec 4, 2010 at 2:26 AM, Daniel Stutzbach <report at bugs.python.org> wrote:
>
> Daniel Stutzbach <stutzbach at google.com> added the comment:
>
>> (I also noticed that the new methods from issue #9213 are not mentioned
>> in the range() docs
>
> Wasn't that fixed in Issue9746?

Ah, I see what you mean. I was more referring to the lack of a
versionchanged note on the range() documentation itself, rather than
the mentioning of range() under the sequence types documentation.

Some of my new additions to the range documentation could probably be
deleted and replaced with a reference to that part of the docs.

Cheers,
Nick.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2690>
_______________________________________


More information about the Python-bugs-list mailing list