Skip to content

Add support for all comparison operators to Locale

Fredrik Roubert requested to merge roubert/pyicu:locale into main

While the C++ implementation only overloads operators == and != I think that a lot of Python programmers would expect all comparison operators to be implemented (at least it surprised me when I couldn't simply sort a list of Locale objects).

Merge request reports