mirror of https://github.com/python/cpython
Add ref to errno module.
This commit is contained in:
parent
f1b3e89800
commit
f499e09f94
|
@ -58,6 +58,8 @@ string value is \code{'posix.error'}. The accompanying value is a
|
||||||
pair containing the numeric error code from \code{errno} and the
|
pair containing the numeric error code from \code{errno} and the
|
||||||
corresponding string, as would be printed by the C function
|
corresponding string, as would be printed by the C function
|
||||||
\code{perror()}.
|
\code{perror()}.
|
||||||
|
See the module \module{errno}\refbimodindex{errno}, which contains
|
||||||
|
names for the error codes defined by the underlying operating system.
|
||||||
\end{excdesc}
|
\end{excdesc}
|
||||||
|
|
||||||
It defines the following functions and constants:
|
It defines the following functions and constants:
|
||||||
|
|
|
@ -58,6 +58,8 @@ string value is \code{'posix.error'}. The accompanying value is a
|
||||||
pair containing the numeric error code from \code{errno} and the
|
pair containing the numeric error code from \code{errno} and the
|
||||||
corresponding string, as would be printed by the C function
|
corresponding string, as would be printed by the C function
|
||||||
\code{perror()}.
|
\code{perror()}.
|
||||||
|
See the module \module{errno}\refbimodindex{errno}, which contains
|
||||||
|
names for the error codes defined by the underlying operating system.
|
||||||
\end{excdesc}
|
\end{excdesc}
|
||||||
|
|
||||||
It defines the following functions and constants:
|
It defines the following functions and constants:
|
||||||
|
|
Loading…
Reference in New Issue