New submission from Daniel Stutzbach <dan...@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: d...@python
components: Documentation
messages: 115397
nosy: d...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9746>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to