summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/bytes_find.py
Commit message (Collapse)AuthorAge
* py/objstrunicode: str_index_to_ptr: Should handle bytes too.Paul Sokolovsky2016-07-25
| | | | | There's single str_index_to_ptr() function, called for both bytes and unicode objects, so should handle each properly.
* py: Make bytes objs work with more str methods; add tests.Damien George2014-12-24