]> 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:23:17 +0000 (23:23 +0200)
committerPetri Lehtinen <petri@digip.org>
Sat, 5 Nov 2011 21:25:34 +0000 (23:25 +0200)
commit8e9f6c42513e89cc8ca71e270aeb4a670c431715
tree42493db753826247466ba983621fc6679546dca7
parent68fb89fdb7f48a354f1fcb95581e7d605d5d53c0
parentc2f0a46111dfc9958d1c0428f688b8f625888c88
Accept None as start and stop parameters for list.index() and tuple.index().

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