summaryrefslogtreecommitdiff
path: root/releasenotes/notes/handle-none-values-when-sorting-de40e36c66ad95ca.yaml
blob: a7368c154486500a9c1ea583f683e1bd738a74c0 (plain)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    Sorting output using the ``--sort-column`` option will now handle ``None``
    values. This was supported implicitly in Python 2 but was broken in the
    move to Python 3. In addition, requests to sort a column containing
    non-comparable types will now be ignored. Previously, these request would
    result in a ``TypeError``.