summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-07-25 12:02:27 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-07-25 12:02:27 -0700
commita7cedf66ed804f8b98e8bb939001f84ff53ef11b (patch)
tree831495d64595cad9821df368b37cde2d1f932f9e
parent0ae019c8259924438f4247784d56beda639b1e11 (diff)
parent5cc85375ca094b398f20acc9f978b88a6d7a9ef4 (diff)
Merge branch '2.0'
-rw-r--r--paramiko/transport.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/paramiko/transport.py b/paramiko/transport.py
index 9fcaa9fb..b52d3158 100644
--- a/paramiko/transport.py
+++ b/paramiko/transport.py
@@ -694,6 +694,8 @@ class Transport (threading.Thread, ClosingContextManager):
:raises SSHException: if the request is rejected or the session ends
prematurely
+ .. versionchanged:: 1.13.4/1.14.3/1.15.3
+ Added the ``timeout`` argument.
.. versionchanged:: 1.15
Added the ``window_size`` and ``max_packet_size`` arguments.
"""