diff options
| author | Facundo Batista <facundobatista@gmail.com> | 2007-06-11 16:27:08 (GMT) |
|---|---|---|
| committer | Facundo Batista <facundobatista@gmail.com> | 2007-06-11 16:27:08 (GMT) |
| commit | 3ed365be0ef7d87b84465e7accb8cf9b0581b37f (patch) | |
| tree | 3635729a12f03a24512d944b8601847cbccfebe3 /Doc/lib/libtelnetlib.tex | |
| parent | 410c3b58c925698538452351b25d15d1b816a254 (diff) | |
| download | cpython-3ed365be0ef7d87b84465e7accb8cf9b0581b37f.zip cpython-3ed365be0ef7d87b84465e7accb8cf9b0581b37f.tar.gz cpython-3ed365be0ef7d87b84465e7accb8cf9b0581b37f.tar.bz2 | |
Added versionchanged flag to all the methods which received
a new optional timeout parameter, and a versionadded flag to
the socket.create_connection function.
Diffstat (limited to 'Doc/lib/libtelnetlib.tex')
| -rw-r--r-- | Doc/lib/libtelnetlib.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libtelnetlib.tex b/Doc/lib/libtelnetlib.tex index 0c51a09..5b32a5f 100644 --- a/Doc/lib/libtelnetlib.tex +++ b/Doc/lib/libtelnetlib.tex @@ -40,6 +40,7 @@ This class has many \method{read_*()} methods. Note that some of them raise \exception{EOFError} when the end of the connection is read, because they can return an empty string for other reasons. See the individual descriptions below. +\versionchanged[\var{timeout} was added]{2.6} \end{classdesc} @@ -123,6 +124,7 @@ connection attempt (if not specified, or passed as None, the global default timeout setting will be used). Do not try to reopen an already connected instance. +\versionchanged[\var{timeout} was added]{2.6} \end{methoddesc} \begin{methoddesc}[Telnet]{msg}{msg\optional{, *args}} |
