diff options
author | Guido van Rossum <guido@python.org> | 1997-05-21 14:41:42 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-21 14:41:42 (GMT) |
commit | 2335c5eaec87ecb6e1cc8384179ff86f38006ca7 (patch) | |
tree | ee909b38bf6ecff7d18936f97b57322751138cc8 | |
parent | f8580215c1d01b44b7144b090115fbd66b50c68d (diff) | |
download | cpython-2335c5eaec87ecb6e1cc8384179ff86f38006ca7.zip cpython-2335c5eaec87ecb6e1cc8384179ff86f38006ca7.tar.gz cpython-2335c5eaec87ecb6e1cc8384179ff86f38006ca7.tar.bz2 |
Added description of socket_type.
-rw-r--r-- | Doc/lib/libsocket.tex | 5 | ||||
-rw-r--r-- | Doc/libsocket.tex | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index 3b6cee0..9d5536c 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -162,6 +162,11 @@ host byte order is the same as the network byte order, they are no-ops perform 2-byte or 4-byte swap operations. \end{funcdesc} +\begin{datadesc}{socket_type} +This is a Python type object that represents the socket object type. +It is the same as \code{type(socket.socket(...))}. +\end{datadesc} + \subsection{Socket Objects} \noindent diff --git a/Doc/libsocket.tex b/Doc/libsocket.tex index 3b6cee0..9d5536c 100644 --- a/Doc/libsocket.tex +++ b/Doc/libsocket.tex @@ -162,6 +162,11 @@ host byte order is the same as the network byte order, they are no-ops perform 2-byte or 4-byte swap operations. \end{funcdesc} +\begin{datadesc}{socket_type} +This is a Python type object that represents the socket object type. +It is the same as \code{type(socket.socket(...))}. +\end{datadesc} + \subsection{Socket Objects} \noindent |