diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2021-11-28 21:30:48 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2021-11-28 21:30:48 -0500 |
commit | c648199836db920cf9828d66880100f9d67dd359 (patch) | |
tree | 20c7b7e9565b3ec49471de2af5fca139ff4f8a35 | |
parent | d01691cb72c7b9479b844e1eb3ae00ef76c0ccea (diff) |
Fix changelog reference
-rw-r--r-- | sites/www/changelog.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 352d9bcc..477fab98 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -13,9 +13,9 @@ Changelog subroutines to correctly catch exception types thrown by modern versions of Cryptography (specifically ``TypeError`` and its internal ``UnsupportedAlgorithm``). These exception classes will now - become `~paramiko.exceptions.SSHException` instances instead of bubbling up. - Thanks to Ignat Semenov for the report and ``@tylergarcianet`` for an early - patch. + become `~paramiko.ssh_exception.SSHException` instances instead of bubbling + up. Thanks to Ignat Semenov for the report and ``@tylergarcianet`` for an + early patch. - :bug:`-` (also :issue:`908`) Update `~paramiko.pkey.PKey` and subclasses to compare (``__eq__``) via direct field/attribute comparison instead of hashing (while retaining the existing behavior of ``__hash__`` via a slight |