Added versionchanged flag to all the methods which received

a new optional timeout parameter, and a versionadded flag to
the socket.create_connection function.
This commit is contained in:
Facundo Batista 2007-06-11 16:27:08 +00:00
parent 410c3b58c9
commit 3ed365be0e
7 changed files with 17 additions and 0 deletions

View file

@ -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}}