]> granicus.if.org Git - python/commit
Return ints instead of longs for tuple.count() and tuple.index().
authorRaymond Hettinger <python@rcn.com>
Thu, 7 Feb 2008 02:12:52 +0000 (02:12 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 7 Feb 2008 02:12:52 +0000 (02:12 +0000)
commit55285ef44c70b84d6f2acdbec4540dfc22ac5d45
treee9c879b2f4e23418334e900b0fcec6cae62cb74d
parent00c2e65850cb48e6d17afdd8e9d210b48e0d3ce5
Return ints instead of longs for tuple.count() and tuple.index().
Objects/tupleobject.c