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

Doc/lib/libos.tex

index a6496a842e3223adee37fdcc47eabf719002c333..2fbe66936f898f12ba6faadd1998699b877a6cde 100644 (file)
@@ -1327,6 +1327,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.