summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-04-14 12:19:40 -0400
committerJeff Forcier <jeff@bitprophet.org>2023-05-05 12:26:52 -0400
commit80556bdc9944df60eb0a06c3985bcf2dae1376e2 (patch)
tree1e922cea681f9305d58a4c59ae8663dd55e13730 /sites
parent9a7ba15841f8986849a8694e9d1d7a7cd0cd6fd1 (diff)
Fix now-broken-on-py3 AgentKey.__str__, by deleting it
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 0b2022ca..d93c0494 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+- :bug:`-` `~paramiko.agent.AgentKey` had a dangling Python 3 incompatible
+ ``__str__`` method returning bytes. This method has been removed, allowing
+ the superclass' (`~paramiko.pkey.PKey`) method to run instead.
- :release:`3.1.0 <2023-03-10>`
- :feature:`2013` (solving :issue:`2009`, plus others) Add an explicit
``channel_timeout`` keyword argument to `paramiko.client.SSHClient.connect`,