]> granicus.if.org Git - python/commit
Accept None as start and stop parameters for list.index() and tuple.index()
authorPetri Lehtinen <petri@digip.org>
Sat, 5 Nov 2011 21:20:57 +0000 (23:20 +0200)
committerPetri Lehtinen <petri@digip.org>
Sat, 5 Nov 2011 21:24:31 +0000 (23:24 +0200)
commitc2f0a46111dfc9958d1c0428f688b8f625888c88
tree982262d833eeaa814f91208372ea8b4d57a0c087
parent4e6bf41934de08f62b22b90cda2e331eb4641dea
Accept None as start and stop parameters for list.index() and tuple.index()

Closes #13340.
Lib/test/list_tests.py
Lib/test/seq_tests.py
Misc/NEWS
Objects/listobject.c
Objects/tupleobject.c