]> granicus.if.org Git - python/commit
Issue 2025: Add index() and count() methods to tuple so that it will follow
authorRaymond Hettinger <python@rcn.com>
Thu, 7 Feb 2008 00:41:02 +0000 (00:41 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 7 Feb 2008 00:41:02 +0000 (00:41 +0000)
commit65baa34115476cd42d41af5ca01c58226caab255
treeffb9e77bab2a4b4995cbebc922c489881032e1ab
parent2f653c19f4ef01f326692a2e2a8111eeaa4286ac
Issue 2025:  Add index() and count() methods to tuple so that it will follow
the ABC for collections.Sequence.
Lib/test/seq_tests.py
Misc/NEWS
Objects/tupleobject.c