[CentralOH] Standard Names for Argument Values to sys.exit(): os.EX_* Does Not Suffice
jep200404 at columbus.rr.com
jep200404 at columbus.rr.com
Thu Jul 21 18:25:50 CEST 2011
On Thu, 21 Jul 2011 12:06:34 -0400, jep200404 at columbus.rr.com wrote:
> On Thu, 21 Jul 2011 10:48:40 -0400, jep200404 at columbus.rr.com wrote:
>
> > Does Python (2.6) define standard argument values for sys.exit()?
> > If so, what are they?
> I found os.EX_OK, but it does not suffice.
Now that I've found docs for it, os.EX_* and friends look better.
http://docs.python.org/library/os.html#os._exit
More information about the CentralOH
mailing list