]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added rindex(). index() and rindex() interpret negative start index
authorGuido van Rossum <guido@python.org>
Tue, 26 Oct 1993 15:23:55 +0000 (15:23 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 26 Oct 1993 15:23:55 +0000 (15:23 +0000)
commitee9012f58ffbdcd2511ac70d6130fdbcdc8a3353
treed7b931d5a4b76bf221e017fc4779d4e1e309deb2
parent06191530b6f3aafef6128d9c7717980a18d92205
Added rindex().  index() and rindex() interpret negative start index
as normal indexing does.
Modules/stropmodule.c