From: Guido van Rossum Date: Wed, 21 May 1997 14:41:42 +0000 (+0000) Subject: Added description of socket_type. X-Git-Tag: v1.5a3~504 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2335c5eaec87ecb6e1cc8384179ff86f38006ca7;p=python Added description of socket_type. --- diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index 3b6cee09c5..9d5536cc50 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 3b6cee09c5..9d5536cc50 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