]> granicus.if.org Git - python/commit
Issue 2025: Add tuple.count() and tuple.index() to follow the ABC in collections...
authorRaymond Hettinger <python@rcn.com>
Thu, 7 Feb 2008 00:54:20 +0000 (00:54 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 7 Feb 2008 00:54:20 +0000 (00:54 +0000)
commit5b07ebce868acab953db21a0a8c1c561e5a4ece0
treeeb218ffac79397c68e23cee1ab9c95374b30ae06
parent3c3d9ac46cc5d19d5a6f3a52f8261f64cfd5e117
Issue 2025:  Add tuple.count() and tuple.index() to follow the ABC in collections.Sequence.
Lib/test/seq_tests.py
Misc/NEWS
Objects/tupleobject.c