summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-07-25 12:02:20 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-07-25 12:02:20 -0700
commit98f9d8285e03671b8cb1a8fa13afb651f5e8f37a (patch)
tree9ed8c05fc40ed9fb4c6e3be24f4b69b2199ee97c
parentfed0924df3a063d816f9d939018543aa1e5e1df7 (diff)
downloadparamiko-98f9d8285e03671b8cb1a8fa13afb651f5e8f37a.tar.gz
Add missing versionchanged directive to Transport.open_session
We oopsed and added an API change in a tertiary release :(
-rw-r--r--paramiko/transport.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/paramiko/transport.py b/paramiko/transport.py
index 31c27a2f..07fc8e47 100644
--- a/paramiko/transport.py
+++ b/paramiko/transport.py
@@ -609,6 +609,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.
"""