New submission from Neil Booth <kyuupic...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue35508>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to