From 2335c5eaec87ecb6e1cc8384179ff86f38006ca7 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 21 May 1997 14:41:42 +0000 Subject: [PATCH] Added description of socket_type. --- Doc/lib/libsocket.tex | 5 +++++ Doc/libsocket.tex | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index 3b6cee09c57..9d5536cc508 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 3b6cee09c57..9d5536cc508 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