diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 19:56:43 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 19:56:43 -0800 |
commit | 5cad7e4df9bf53528c28c86d6dd945133ee2028e (patch) | |
tree | d92cf0462c2ccad35c45c6fcd7bbb3221a25858b /sites/www | |
parent | cd323c6cdaa8898444e2d497909f93751799f60e (diff) | |
parent | 4d95a2b7c344d4945b46020d0cbf6f548b543354 (diff) |
Merge branch '1.18' into 2.0
Diffstat (limited to 'sites/www')
-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 60faffa5..260c6856 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -15,6 +15,10 @@ Changelog ``SSHException``. This moves the behavior in line with other "bad keys" situations, re: Paramiko's main auth loop. Thanks to MengHuan Yu for the patch. +* :bug:`789` Add a missing ``.closed`` attribute (plus ``._closed`` because + reasons) to `ProxyCommand <paramiko.proxy.ProxyCommand>` so the earlier + partial fix for :issue:`520` works in situations where one is gatewaying via + ``ProxyCommand``. * :bug:`334` Make the ``subprocess`` import in ``proxy.py`` lazy so users on platforms without it (such as Google App Engine) can import Paramiko successfully. (Relatedly, make it easier to tweak an active socket check |