summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/bytes_compare.py
Commit message (Collapse)AuthorAge
* sequence: Fix yet another case of improper sequence comparison.Paul Sokolovsky2014-05-15
| | | | This time, in mp_seq_cmp_bytes(). How many more cases are still lurking?
* bytes: Implement comparison and other binary operations.Paul Sokolovsky2014-05-10
Should support everything supported by strings.