Sunday, 15 August 2010

Is there any analogue of EXIT_SUCCESS and EXIT_FAILURE macros in Python 2.7.6 -



Is there any analogue of EXIT_SUCCESS and EXIT_FAILURE macros in Python 2.7.6 -

is there analogue of exit_success , exit_failure macros in python 2.7.6? if yes, how can utilize it?

as docs say:

note: standard way exit sys.exit(n).

you can supply exit code listed here, sys.exit(n).

python python-2.7

No comments:

Post a Comment