Message1114

Author aehrenfels
Recipients
Date 2006-04-05.08:41:15
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=889629

This is not a bug, but expected behaviour. Excerpt from the
CPython docs: 

"exception SystemExit
    This exception is raised by the sys.exit() function.
When it is not handled, the Python interpreter exits; no
stack traceback is printed. If the associated value is a
plain integer, it specifies the system exit status (passed
to C's exit() function); if it is None, the exit status is
zero; if it has another type (such as a string), the
object's value is printed and the exit status is one."

History
Date User Action Args
2008-02-20 17:17:28adminlinkissue1450919 messages
2008-02-20 17:17:28admincreate