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 Devin Jeanpierre, docs@python, rhettinger, serhiy.storchaka, veky
Date 2016-09-21.15:13:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474470780.82.0.601953638785.issue28197@psf.upfronthosting.co.za>
In-reply-to
Content
> I'd argue that range can implement the 3-arg .index much better 
> than generic Sequence.

Yes, the range index() method should implement all three arguments.  That shouldn't be difficult.
History
Date User Action Args
2016-09-21 15:13:00rhettingersetrecipients: + rhettinger, Devin Jeanpierre, docs@python, serhiy.storchaka, veky
2016-09-21 15:13:00rhettingersetmessageid: <1474470780.82.0.601953638785.issue28197@psf.upfronthosting.co.za>
2016-09-21 15:13:00rhettingerlinkissue28197 messages
2016-09-21 15:13:00rhettingercreate