summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsocket.tex
diff options
context:
space:
mode:
authorFacundo Batista <facundobatista@gmail.com>2007-06-11 16:27:08 (GMT)
committerFacundo Batista <facundobatista@gmail.com>2007-06-11 16:27:08 (GMT)
commit3ed365be0ef7d87b84465e7accb8cf9b0581b37f (patch)
tree3635729a12f03a24512d944b8601847cbccfebe3 /Doc/lib/libsocket.tex
parent410c3b58c925698538452351b25d15d1b816a254 (diff)
downloadcpython-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/libsocket.tex')
-rw-r--r--Doc/lib/libsocket.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex
index 99c629a..d9b3b79 100644
--- a/Doc/lib/libsocket.tex
+++ b/Doc/lib/libsocket.tex
@@ -177,6 +177,7 @@ higher-level protocols, it is not normally used directly from
application-level code. Passing the optional \var{timeout} parameter
will set the timeout on the socket instance (if it is not given or
\code{None}, the global default timeout setting is used).
+\versionadded{2.6}
\end{funcdesc}
\begin{funcdesc}{getaddrinfo}{host, port\optional{, family\optional{,