Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-25 | py/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-24 | py: Make bytes objs work with more str methods; add tests. | Damien George | |