Message305547
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). |
|
Date |
User |
Action |
Args |
2017-11-04 09:10:01 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, rhettinger, docs@python |
2017-11-04 09:10:01 | serhiy.storchaka | set | messageid: <1509786601.53.0.213398074469.issue31942@psf.upfronthosting.co.za> |
2017-11-04 09:10:01 | serhiy.storchaka | link | issue31942 messages |
2017-11-04 09:10:01 | serhiy.storchaka | create | |
|