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 stutzbach
Recipients docs@python, stutzbach
Date 2010-09-02.19:19:24
SpamBayes Score 0.00015545543
Marked as misclassified No
Message-id <1283455166.89.0.79459833906.issue9746@psf.upfronthosting.co.za>
In-reply-to
Content
In the list of operations supported by all sequence types, the .index and .count methods should be included.  They are defined by the collections.Sequence ABC that all sequences support.

(except for range objects, but that will be fixed in Issue9213)
History
Date User Action Args
2010-09-02 19:19:26stutzbachsetrecipients: + stutzbach, docs@python
2010-09-02 19:19:26stutzbachsetmessageid: <1283455166.89.0.79459833906.issue9746@psf.upfronthosting.co.za>
2010-09-02 19:19:24stutzbachlinkissue9746 messages
2010-09-02 19:19:24stutzbachcreate