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.

classification
Title: tuples are instances of collections.Sequence but do not support count() and index()
Type: Stage:
Components: Interpreter Core Versions: Python 3.0, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: rhettinger
Priority: normal Keywords:

Created on 2008-02-06 23:10 by rhettinger, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg62127 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2008-02-06 23:10
Remineder to self to add the two missing methods.

http://mail.python.org/pipermail/python-3000/2008-February/012021.html
msg62129 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2008-02-07 01:01
Checked-in.  Revs 60635 and 60636.
History
Date User Action Args
2022-04-11 14:56:30adminsetgithub: 46309
2008-02-07 01:01:18rhettingersetstatus: open -> closed
resolution: fixed
messages: + msg62129
2008-02-06 23:10:18rhettingercreate