Kaydet (Commit) f9a193a5 authored tarafından Fred Drake's avatar Fred Drake

add note that os.EX_* constants are subject to availability on the host

platform
üst 21cea614
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment