diff options
author | Guido van Rossum <guido@python.org> | 1998-02-06 15:18:25 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-02-06 15:18:25 (GMT) |
commit | 8e1e68de49c2eb95df3dcfeb9ae9187145e2510b (patch) | |
tree | 149a537d5be807a802f06357c3965287f0e791c6 /Doc | |
parent | f499e09f94120fbc19a2c943587739bda3dbcc7d (diff) | |
download | cpython-8e1e68de49c2eb95df3dcfeb9ae9187145e2510b.zip cpython-8e1e68de49c2eb95df3dcfeb9ae9187145e2510b.tar.gz cpython-8e1e68de49c2eb95df3dcfeb9ae9187145e2510b.tar.bz2 |
Add ref to errno module, and change ref to posix.error to os.error.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libsocket.tex | 4 | ||||
-rw-r--r-- | Doc/libsocket.tex | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index bede8a8..41b27f9 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -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 pair \code{(\var{errno}, \var{string})} 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} \begin{datadesc}{AF_UNIX} diff --git a/Doc/libsocket.tex b/Doc/libsocket.tex index bede8a8..41b27f9 100644 --- a/Doc/libsocket.tex +++ b/Doc/libsocket.tex @@ -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 pair \code{(\var{errno}, \var{string})} 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} \begin{datadesc}{AF_UNIX} |