diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-07-25 12:37:08 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-07-25 12:37:08 -0700 |
commit | 3d90e32f27ea144d42f966ffecce3e0e5541f891 (patch) | |
tree | 8352ea7765fb4927ca439109e9480228dbcc0576 | |
parent | 88364beba125cc8e6e314885db1c909b3d526340 (diff) | |
parent | 4c7135552b4de138eda540339faad73220337caf (diff) |
Merge branch '1.16' into 783-int
-rw-r--r-- | paramiko/transport.py | 2 |
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. """ |