[issue2025] tuples are instances of collections.Sequence but do not support count() and index()

Raymond Hettinger report at bugs.python.org
Thu Feb 7 00:10:20 CET 2008


New submission from Raymond Hettinger:

Remineder to self to add the two missing methods.

http://mail.python.org/pipermail/python-3000/2008-February/012021.html

----------
assignee: rhettinger
components: Interpreter Core
messages: 62127
nosy: rhettinger
severity: normal
status: open
title: tuples are instances of collections.Sequence but do not support count() and index()
versions: Python 2.6, Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2025>
__________________________________


More information about the Python-bugs-list mailing list