]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add note that os.EX_* constants are subject to availability on the host
authorFred Drake <fdrake@acm.org>
Mon, 27 Jun 2005 23:22:22 +0000 (23:22 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 27 Jun 2005 23:22:22 +0000 (23:22 +0000)
platform

Doc/lib/libos.tex

index 24729754ed1b3564f58262cdb52b06fcbeb5e85c..b5703637882d7fce6ac485c20e92056bd6104d05 100644 (file)
@@ -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.