summaryrefslogtreecommitdiff
path: root/tests/basics/string_rfind.py
AgeCommit message (Expand)Author
2018-04-05py/objstr: In find/rfind, don't crash when end < start.Jeff Epler
2014-03-24Implement str.rfind() and add tests for it.xbe