Commit cee8879a authored by Fred Drake's avatar Fred Drake

note that the error code for socket.gaierror will be one of the EAI_*

constants
(closes SF bug #837929)
parent 4fe97ca4
......@@ -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}
......
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