Commit d087c1fe authored by Guido van Rossum's avatar Guido van Rossum

Added description of socket_type.

parent ca4b8cee
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment