diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-05-16 21:04:55 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-05-18 13:57:19 -0400 |
commit | 41ce1ac25928a647e819d11e181d788d4a495c5a (patch) | |
tree | 1ccdf9451fbe43ec19b02a004d2f41f1bd5e3bb1 /sites | |
parent | feb48c3792f1c54d189d04cd66364e5728ffe6bd (diff) |
Implement _fields on AgentKey so __eq__ works correctly
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 43f81115..5f085131 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,8 @@ Changelog ========= +- :feature:`-` Implement ``_fields()`` on `~paramiko.agent.AgentKey` so that it + may be compared (via ``==``) with other `~paramiko.pkey.PKey` instances. - :bug:`23 major` Since its inception, Paramiko has (for reasons lost to time) implemented authentication as a side effect of handling affirmative replies to ``MSG_SERVICE_REQUEST`` protocol messages. What this means is Paramiko |