diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 14:40:38 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 14:40:44 -0800 |
commit | 5835599f0047b4ab1d2a090c058baf282a1402f7 (patch) | |
tree | fb1b2fbedef41b89a3b2c50b67484c55eb393a54 /sites/www/changelog.rst | |
parent | efe7856283242374b6456711ea95fabb7320b46e (diff) |
Sigh
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 376897c9..22681f49 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,8 +2,8 @@ Changelog ========= -* :bug:`44` (via :issue:`891`) `SSHClient <paramiko.client.SSHClient>` now - gives its internal `Transport <paramiko.transport.Transport>` a handle on +* :bug:`44 (1.17+)` (via :issue:`891`) `SSHClient <paramiko.client.SSHClient>` + now gives its internal `Transport <paramiko.transport.Transport>` a handle on itself, preventing garbage collection of the client until the session is closed. Without this, some code which returns stream or transport objects without the client that generated them, would result in premature session |