[docs] [issue28197] range.index mismatch with documentation

Raymond Hettinger report at bugs.python.org
Wed Sep 21 11:13:00 EDT 2016


Raymond Hettinger added the comment:

> I'd argue that range can implement the 3-arg .index much better 
> than generic Sequence.

Yes, the range index() method should implement all three arguments.  That shouldn't be difficult.

----------
assignee: docs at python -> 
type: behavior -> enhancement
versions:  -Python 3.5, Python 3.6

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


More information about the docs mailing list