diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 16:58:27 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 16:58:27 -0800 |
commit | a29d22de793a634537057840919f061b71283a86 (patch) | |
tree | dabb8cd7812e16e4bb4c17982ad1763b28f0bc98 | |
parent | e2605f44eb5f6e04a04fa5c31f7ac24f1c9aaa39 (diff) |
Changelog re #334, close #334
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 0a96258d..e4555e32 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +* :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 + timeout [in `Transport <paramko.transport.Transport>`] which was previously + hardcoded.) Credit: Shinya Okano. * :support:`854 backported` Fix incorrect docstring/param-list for `Transport.auth_gssapi_keyex <paramiko.transport.Transport.auth_gssapi_keyex>` so it matches the real |