[New-bugs-announce] [issue35508] array.index should take optional start and stop indices like for lists

Neil Booth report at bugs.python.org
Sat Dec 15 04:02:55 EST 2018


New submission from Neil Booth <kyuupichan at gmail.com>:

list.index has signature:

   index(value, [start, [stop]])

array.index from the array module should provide the same facility

----------
components: Library (Lib)
messages: 331891
nosy: kyuupichan
priority: normal
severity: normal
status: open
title: array.index should take optional start and stop indices like for lists
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35508>
_______________________________________


More information about the New-bugs-announce mailing list