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 Mariatta
Recipients ChrisRands, Mariatta, akuchling, docs@python, rhettinger
Date 2016-11-12.15:57:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478966224.03.0.15974786453.issue28587@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the feedback, Raymond :)

I rephrased the docs like the following, what do you think?

Return zero-based index in the list of the first item whose value is *x*.  It is an error if there is no such item.  Optional arguments ``start`` and ``end`` are interpreted as in slice notation.
History
Date User Action Args
2016-11-12 15:57:04Mariattasetrecipients: + Mariatta, akuchling, rhettinger, docs@python, ChrisRands
2016-11-12 15:57:04Mariattasetmessageid: <1478966224.03.0.15974786453.issue28587@psf.upfronthosting.co.za>
2016-11-12 15:57:04Mariattalinkissue28587 messages
2016-11-12 15:57:03Mariattacreate