diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-08-25 23:07:57 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-08-25 23:07:57 -0700 |
commit | c7ffe1718a3bae232b7ecef959545dac9f729095 (patch) | |
tree | 92a446f49bce76e62e1e454463774f2253210fc6 | |
parent | adaf8a2c36bf37aa98c347874316ef1809dc40a3 (diff) |
Changelog re #312, closes #312
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 99115727..b315b0d7 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +* :bug:`312` `paramiko.transport.Transport` had a bug in its ``__repr__`` which + surfaces during errors encountered within its ``__init__``, causing + problematic tracebacks in such situations. Thanks to Simon Percivall for + catch & patch. * :bug:`272` Fix a bug where ``known_hosts`` parsing hashed the input hostname as well as the hostnames from the ``known_hosts`` file, on every comparison. Thanks to ``@sigmunau`` for final patch and ``@ostacey`` for the original |