Merge pull request #370 from xbe/str-rfind
py/objstr.c: Implement str.rfind() and add tests for it, refactor find_subbytes().
tests/basics/string_rfind.py
0 → 100644
Please register or sign in to comment
py/objstr.c: Implement str.rfind() and add tests for it, refactor find_subbytes().