Added description of socket_type.

This commit is contained in:
Guido van Rossum 1997-05-21 14:41:42 +00:00
parent f8580215c1
commit 2335c5eaec
2 changed files with 10 additions and 0 deletions

View File

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

View File

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