Skip to content

Allow ListValidator to sort choices with None in the list.

Liam Monahan requested to merge python3-list-cmp into master

The ordering comparison operators are stricter about types in Python 3.

Merge request reports