diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 19:56:29 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 19:56:29 -0800 |
commit | 4d95a2b7c344d4945b46020d0cbf6f548b543354 (patch) | |
tree | 286ec3ccc2e1e5f7bf04e92916b3d1183c241e9a /sites | |
parent | 8f247e48a789dae73877a7b9ac7066dcbc3d4a9e (diff) | |
parent | 9c3e555001c5f670bd4d48dd6d6f529c1812d3f6 (diff) |
Merge branch '1.17' into 1.18
Diffstat (limited to 'sites')
-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 7a0d534f..0af940ea 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -10,6 +10,10 @@ Changelog network connectivity isn't timing out, but the remote server is otherwise unable to service the connection in a timely manner. Credit to ``@sanseihappa``. +* :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 |