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 serhiy.storchaka
Recipients docs@python, rhettinger, serhiy.storchaka
Date 2017-11-04.09:10:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509786601.53.0.213398074469.issue31942@psf.upfronthosting.co.za>
In-reply-to
Content
Parameters start and stop were added to the Sequence.index() mixin method in 3.5 (see issue23086). But not all concrete implementations of the Sequence ABC support them (for example range.index() doesn't, see issue28197). This should be explicitly documented (including the docstring of Sequence.index).
History
Date User Action Args
2017-11-04 09:10:01serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, docs@python
2017-11-04 09:10:01serhiy.storchakasetmessageid: <1509786601.53.0.213398074469.issue31942@psf.upfronthosting.co.za>
2017-11-04 09:10:01serhiy.storchakalinkissue31942 messages
2017-11-04 09:10:01serhiy.storchakacreate