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:38 -0800 |
commit | c0c6bd8aadf579ff72c14e631cf92a4bdd6e2531 (patch) | |
tree | 7ea09f74f1fea24a3aea5aa87f28d6fbe12124d1 | |
parent | a39a1eeed691b9c4e191dbe4b8716fb7682971fa (diff) |
Sigh
-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 a4808510..2f80cdb7 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 |