summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-12-05 16:58:27 -0800
committerJeff Forcier <jeff@bitprophet.org>2016-12-05 16:58:27 -0800
commita29d22de793a634537057840919f061b71283a86 (patch)
treedabb8cd7812e16e4bb4c17982ad1763b28f0bc98
parente2605f44eb5f6e04a04fa5c31f7ac24f1c9aaa39 (diff)
downloadparamiko-a29d22de793a634537057840919f061b71283a86.tar.gz
Changelog re #334, close #334
-rw-r--r--sites/www/changelog.rst5
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