summaryrefslogtreecommitdiff
path: root/paramiko/client.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-11-29 12:09:07 -0800
committerJeff Forcier <jeff@bitprophet.org>2017-11-29 12:09:07 -0800
commitf1562d76511890c648c657c45debe57b5112872f (patch)
treee69129daf906502fd67cebe53cf195c2705abea4 /paramiko/client.py
parentbd69ccc1c786e02ad494ba2fa483e16ef085e283 (diff)
downloadparamiko-f1562d76511890c648c657c45debe57b5112872f.tar.gz
Years later...
Diffstat (limited to 'paramiko/client.py')
-rw-r--r--paramiko/client.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/paramiko/client.py b/paramiko/client.py
index dca09f13..de0a495e 100644
--- a/paramiko/client.py
+++ b/paramiko/client.py
@@ -479,6 +479,9 @@ class SSHClient (ClosingContextManager):
3-tuple
:raises: `.SSHException` -- if the server fails to execute the command
+
+ .. versionchanged:: 1.10
+ Added the ``get_pty`` kwarg.
"""
chan = self._transport.open_session(timeout=timeout)
if get_pty: