File: handle-none-values-when-sorting-de40e36c66ad95ca.yaml

package info (click to toggle)
python-cliff 4.11.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 672 kB
  • sloc: python: 5,207; makefile: 32; sh: 21
file content (8 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (3)
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``.