summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-07-25 12:37:08 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-07-25 12:37:08 -0700
commit3d90e32f27ea144d42f966ffecce3e0e5541f891 (patch)
tree8352ea7765fb4927ca439109e9480228dbcc0576
parent88364beba125cc8e6e314885db1c909b3d526340 (diff)
parent4c7135552b4de138eda540339faad73220337caf (diff)
Merge branch '1.16' into 783-int
-rw-r--r--paramiko/transport.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/paramiko/transport.py b/paramiko/transport.py
index ce13dab6..75f3ef75 100644
--- a/paramiko/transport.py
+++ b/paramiko/transport.py
@@ -693,6 +693,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.
"""