rest25/library/errno.rst => rest262/library/errno.rst
3==============================================
4
5.. module:: errno
6   :synopsis: Standard errno system symbols.
7
8
9This module makes available standard ``errno`` system symbols. The value of each
10symbol is the corresponding integer value. The names and descriptions are
t11-borrowed from :file:`linux/include/errno.h`, which should be pretty all-
t11+borrowed from :file:`linux/include/errno.h`, which should be pretty
12-inclusive.
12+all-inclusive.
13
14
15.. data:: errorcode
16
17   Dictionary providing a mapping from the errno value to the string name in the
18   underlying system.  For instance, ``errno.errorcode[errno.EPERM]`` maps to
19   ``'EPERM'``.
20
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op