From: Guido van Rossum Date: Tue, 30 Jul 1996 20:45:45 +0000 (+0000) Subject: Note that the values are ints. X-Git-Tag: v1.4b2~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91f87ca69b0288010d6fd5743797dfc93361aa49;p=python Note that the values are ints. --- diff --git a/Doc/lib/liberrno.tex b/Doc/lib/liberrno.tex index e85b9db6f8..6c58491d9f 100644 --- a/Doc/lib/liberrno.tex +++ b/Doc/lib/liberrno.tex @@ -4,6 +4,7 @@ \renewcommand{\indexsubitem}{E(in module errno)} This module makes available standard errno system symbols. +The value of each symbol is the corresponding integer value. The names and descriptions are borrowed from linux/include/errno.h, which should be pretty all-inclusive. Of the following list, symbols that are not used on the current platform are not defined by the diff --git a/Doc/liberrno.tex b/Doc/liberrno.tex index e85b9db6f8..6c58491d9f 100644 --- a/Doc/liberrno.tex +++ b/Doc/liberrno.tex @@ -4,6 +4,7 @@ \renewcommand{\indexsubitem}{E(in module errno)} This module makes available standard errno system symbols. +The value of each symbol is the corresponding integer value. The names and descriptions are borrowed from linux/include/errno.h, which should be pretty all-inclusive. Of the following list, symbols that are not used on the current platform are not defined by the