summaryrefslogtreecommitdiff
path: root/releasenotes/notes/handle-none-values-when-sorting-de40e36c66ad95ca.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/handle-none-values-when-sorting-de40e36c66ad95ca.yaml')
-rw-r--r--releasenotes/notes/handle-none-values-when-sorting-de40e36c66ad95ca.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/handle-none-values-when-sorting-de40e36c66ad95ca.yaml b/releasenotes/notes/handle-none-values-when-sorting-de40e36c66ad95ca.yaml
new file mode 100644
index 0000000..a7368c1
--- /dev/null
+++ b/releasenotes/notes/handle-none-values-when-sorting-de40e36c66ad95ca.yaml
@@ -0,0 +1,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``.