summaryrefslogtreecommitdiff
path: root/tests/basics/bytes_find.py
AgeCommit message (Collapse)Author
2016-07-25py/objstrunicode: str_index_to_ptr: Should handle bytes too.Paul Sokolovsky
There's single str_index_to_ptr() function, called for both bytes and unicode objects, so should handle each properly.
2014-12-24py: Make bytes objs work with more str methods; add tests.Damien George