From f9a193a53fba569f6747f39d10fd255179f2b441 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 27 Jun 2005 23:22:22 +0000 Subject: [PATCH] add note that os.EX_* constants are subject to availability on the host platform --- Doc/lib/libos.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 24729754ed1b..b5703637882d 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -1304,6 +1304,9 @@ The following exit codes are a defined, and can be used with \function{_exit()}, although they are not required. These are typically used for system programs written in Python, such as a mail server's external command delivery program. +\note{Some of these may not be available on all \UNIX{} platforms, +since there is some variation. These constants are defined where they +are defined by the underlying platform.} \begin{datadesc}{EX_OK} Exit code that means no error occurred. -- 2.47.3