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 rhettinger
Recipients ChrisRands, Mariatta, akuchling, docs@python, rhettinger
Date 2016-11-12.06:00:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478930457.61.0.387270784664.issue28587@psf.upfronthosting.co.za>
In-reply-to
Content
This patch looks very good and I especially like the example.

One nit.  It may be insufficient to say that the start/end arguments are interpreted the same as the slice notation.  While that clear indicates the range being searched, it is silent on whether the index result is relative to index zero or relative to the start argument.
History
Date User Action Args
2016-11-12 06:00:57rhettingersetrecipients: + rhettinger, akuchling, docs@python, Mariatta, ChrisRands
2016-11-12 06:00:57rhettingersetmessageid: <1478930457.61.0.387270784664.issue28587@psf.upfronthosting.co.za>
2016-11-12 06:00:57rhettingerlinkissue28587 messages
2016-11-12 06:00:57rhettingercreate