From cee8879a7d949f5ab080be373cd15cf476e5f058 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 5 May 2004 04:18:11 +0000 Subject: note that the error code for socket.gaierror will be one of the EAI_* constants (closes SF bug #837929) --- Doc/lib/libsocket.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index 6096391..4470ce5 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -107,6 +107,8 @@ The accompanying value is a pair \code{(\var{error}, \var{string})} representing an error returned by a library call. \var{string} represents the description of \var{error}, as returned by the \cfunction{gai_strerror()} C function. +The \var{error} value will match one of the \constant{EAI_*} constants +defined in this module. \end{excdesc} \begin{excdesc}{timeout} -- cgit v0.12