https://bz.apache.org/ooo/show_bug.cgi?id=97808

--- Comment #6 from hanya <[email protected]> ---
In the case of Python's cmp function, results are simple.
cmp("a", "A"): 1, cmp("A", "a"): -1, cmp("a", "b"): -1, cmp("b", "a"): 1
cmp() > 0 have to be swapped in these cases.

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are the assignee for the issue.

Reply via email to