This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kyuupichan
Recipients kyuupichan
Date 2018-12-15.09:02:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544864575.4.0.788709270274.issue35508@psf.upfronthosting.co.za>
In-reply-to
Content
list.index has signature:

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

array.index from the array module should provide the same facility
History
Date User Action Args
2018-12-15 09:02:55kyuupichansetrecipients: + kyuupichan
2018-12-15 09:02:55kyuupichansetmessageid: <1544864575.4.0.788709270274.issue35508@psf.upfronthosting.co.za>
2018-12-15 09:02:55kyuupichanlinkissue35508 messages
2018-12-15 09:02:55kyuupichancreate