]> granicus.if.org Git - python/commitdiff
Added description of socket_type.
authorGuido van Rossum <guido@python.org>
Wed, 21 May 1997 14:41:42 +0000 (14:41 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 21 May 1997 14:41:42 +0000 (14:41 +0000)
Doc/lib/libsocket.tex
Doc/libsocket.tex

index 3b6cee09c579ff0ecc15e1a70d95ffa368c419dd..9d5536cc5082caa4a2f8c7068fb344f6aa56fe59 100644 (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
index 3b6cee09c579ff0ecc15e1a70d95ffa368c419dd..9d5536cc5082caa4a2f8c7068fb344f6aa56fe59 100644 (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