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