]> granicus.if.org Git - python/commitdiff
Note that the values are ints.
authorGuido van Rossum <guido@python.org>
Tue, 30 Jul 1996 20:45:45 +0000 (20:45 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Jul 1996 20:45:45 +0000 (20:45 +0000)
Doc/lib/liberrno.tex
Doc/liberrno.tex

index e85b9db6f80eec1e34d80829954bed3b46f1cc55..6c58491d9f89469cff03c259ccdb645761c266f9 100644 (file)
@@ -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
index e85b9db6f80eec1e34d80829954bed3b46f1cc55..6c58491d9f89469cff03c259ccdb645761c266f9 100644 (file)
@@ -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