Commit 8e1e68de authored by Guido van Rossum's avatar Guido van Rossum

Add ref to errno module, and change ref to posix.error to os.error.

parent f499e09f
...@@ -53,7 +53,9 @@ This exception is raised for socket- or address-related errors. ...@@ -53,7 +53,9 @@ This exception is raised for socket- or address-related errors.
The accompanying value is either a string telling what went wrong or a The accompanying value is either a string telling what went wrong or a
pair \code{(\var{errno}, \var{string})} pair \code{(\var{errno}, \var{string})}
representing an error returned by a system representing an error returned by a system
call, similar to the value accompanying \code{posix.error}. call, similar to the value accompanying \code{os.error}.
See the module \module{errno}\refbimodindex{errno}, which contains
names for the error codes defined by the underlying operating system.
\end{excdesc} \end{excdesc}
\begin{datadesc}{AF_UNIX} \begin{datadesc}{AF_UNIX}
......
...@@ -53,7 +53,9 @@ This exception is raised for socket- or address-related errors. ...@@ -53,7 +53,9 @@ This exception is raised for socket- or address-related errors.
The accompanying value is either a string telling what went wrong or a The accompanying value is either a string telling what went wrong or a
pair \code{(\var{errno}, \var{string})} pair \code{(\var{errno}, \var{string})}
representing an error returned by a system representing an error returned by a system
call, similar to the value accompanying \code{posix.error}. call, similar to the value accompanying \code{os.error}.
See the module \module{errno}\refbimodindex{errno}, which contains
names for the error codes defined by the underlying operating system.
\end{excdesc} \end{excdesc}
\begin{datadesc}{AF_UNIX} \begin{datadesc}{AF_UNIX}
......
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