[issue9746] All sequence types support .index and .count

Daniel Stutzbach report at bugs.python.org
Thu Sep 2 21:19:26 CEST 2010


New submission from Daniel Stutzbach <daniel at stutzbachenterprises.com>:

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)

----------
assignee: docs at python
components: Documentation
messages: 115397
nosy: docs at python, stutzbach
priority: normal
severity: normal
stage: needs patch
status: open
title: All sequence types support .index and .count
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9746>
_______________________________________


More information about the Python-bugs-list mailing list