[docs] [issue28587] list.index documentation missing start and stop arguments

Raymond Hettinger report at bugs.python.org
Sat Nov 12 01:00:57 EST 2016


Raymond Hettinger added the comment:

This patch looks very good and I especially like the example.

One nit.  It may be insufficient to say that the start/end arguments are interpreted the same as the slice notation.  While that clear indicates the range being searched, it is silent on whether the index result is relative to index zero or relative to the start argument.

----------

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


More information about the docs mailing list