diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-11-04 17:45:46 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2022-11-04 17:58:44 -0400 |
commit | 94110e151ce57b78225aab7ae9d227ab2b6d7edd (patch) | |
tree | dae87172bfcefd2261516bc0ad1cf2253b6ad3f7 /sites | |
parent | 3d4e999e240729567663df8a6cddebc68e2983ff (diff) |
Docstring tweaks, changelog entry, re #2125
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 556ed019..603e1ad8 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +- :feature:`2125` (also re: :issue:`2054`) Add a ``transport_factory`` kwarg to + `SSHClient.connect <paramiko.client.SSHClient.connect>` for advanced + users to gain more control over early Transport setup and manipulation. + Thanks to Noah Pederson for the patch. - :bug:`1822` (via, and relating to, far too many other issues to mention here) Update `~paramiko.client.SSHClient` so it explicitly closes its wrapped socket object upon encountering socket errors at connection time. This should |