diff options
author | Fred Drake <fdrake@acm.org> | 2005-06-27 23:23:43 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2005-06-27 23:23:43 (GMT) |
commit | 3e3b699adf8100347f87af5cf65e1345f49595ad (patch) | |
tree | b084aaa19daf30bdd1ba57cdb691420b55e5f8e1 /Doc/lib/libos.tex | |
parent | 22bfdab68238a0bdfe694455a15fa70887a5dc02 (diff) | |
download | cpython-3e3b699adf8100347f87af5cf65e1345f49595ad.zip cpython-3e3b699adf8100347f87af5cf65e1345f49595ad.tar.gz cpython-3e3b699adf8100347f87af5cf65e1345f49595ad.tar.bz2 |
add note that os.EX_* constants are subject to availability on the host
platform
Diffstat (limited to 'Doc/lib/libos.tex')
-rw-r--r-- | Doc/lib/libos.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index a6496a8..2fbe669 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -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. |