Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py/objstrunicode: str_index_to_ptr: Should handle bytes too. | Paul Sokolovsky | 2016-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 George | 2014-12-24 |