mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Add ref to errno module.
This commit is contained in:
parent
f1b3e89800
commit
f499e09f94
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
corresponding string, as would be printed by the C function
|
||||
\code{perror()}.
|
||||
See the module \module{errno}\refbimodindex{errno}, which contains
|
||||
names for the error codes defined by the underlying operating system.
|
||||
\end{excdesc}
|
||||
|
||||
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
|
||||
corresponding string, as would be printed by the C function
|
||||
\code{perror()}.
|
||||
See the module \module{errno}\refbimodindex{errno}, which contains
|
||||
names for the error codes defined by the underlying operating system.
|
||||
\end{excdesc}
|
||||
|
||||
It defines the following functions and constants:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue