summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-01-12 21:48:37 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-01-12 21:48:37 -0500
commitb7052c5f520f272cf8217cb23fca2ddd1c6fcec4 (patch)
tree57e1dfe6478b038fddf04bf43426930a1e602152 /sites
parenta198ebd56c5eafd573e98f912bcf8aeec0c7e7d9 (diff)
downloadparamiko-b7052c5f520f272cf8217cb23fca2ddd1c6fcec4.tar.gz
No more PKey.__cmp__
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 63cb6d60..5e3af1a3 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,11 @@
Changelog
=========
+- :support:`-` ``PKey.__cmp__`` has been removed. Ordering-oriented comparison
+ of key files is unlikely to have ever made sense (the old implementation
+ attempted to order by the hashes of the key material) and so we have not
+ bothered setting up ``__lt__`` and friends at this time. The class continues
+ to have its original ``__eq__`` untouched.
- :bug:`- major` A handful of lower-level classes (notably
`paramiko.message.Message` and `paramiko.pkey.PKey`) previously returned
`bytes` objects from their implementation of ``__str__``, even under Python