commit | 65baa34115476cd42d41af5ca01c58226caab255 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Feb 07 00:41:02 2008 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu Feb 07 00:41:02 2008 +0000 |
tree | ffb9e77bab2a4b4995cbebc922c489881032e1ab | |
parent | 2f653c19f4ef01f326692a2e2a8111eeaa4286ac [diff] |
Issue 2025: Add index() and count() methods to tuple so that it will follow the ABC for collections.Sequence.