summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-05-21 14:41:42 (GMT)
committerGuido van Rossum <guido@python.org>1997-05-21 14:41:42 (GMT)
commit2335c5eaec87ecb6e1cc8384179ff86f38006ca7 (patch)
treeee909b38bf6ecff7d18936f97b57322751138cc8
parentf8580215c1d01b44b7144b090115fbd66b50c68d (diff)
downloadcpython-2335c5eaec87ecb6e1cc8384179ff86f38006ca7.zip
cpython-2335c5eaec87ecb6e1cc8384179ff86f38006ca7.tar.gz
cpython-2335c5eaec87ecb6e1cc8384179ff86f38006ca7.tar.bz2
Added description of socket_type.
-rw-r--r--Doc/lib/libsocket.tex5
-rw-r--r--Doc/libsocket.tex5
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