[New-bugs-announce] [issue31956] Add start and stop parameters to the array.index()

Николай Спахиев report at bugs.python.org
Mon Nov 6 06:13:47 EST 2017


New submission from Николай Спахиев <niki.spahiev at gmail.com>:

Sequence protocol specifies 2 optional argument for index method:
seq.index(value, [start, [stop]])

array.index(value) needs start and stop arguments too.

----------
components: Library (Lib)
messages: 305629
nosy: Николай Спахиев
priority: normal
severity: normal
status: open
title: Add start and stop parameters to the array.index()
versions: Python 3.8

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


More information about the New-bugs-announce mailing list