Message4144

Author boisgera
Recipients boisgera
Date 2009-02-11.09:43:17
SpamBayes Score 0.0028928039
Marked as misclassified No
Message-id <1234345398.47.0.398640890726.issue1261@psf.upfronthosting.co.za>
In-reply-to
Content
Jython sys.exit values seems to be ignored: 

$ jython -c "import sys; sys.exit(1)"
$ echo $?
0

Related to http://bugs.jython.org/issue783042 ?
History
Date User Action Args
2009-02-11 09:43:18boisgerasetrecipients: + boisgera
2009-02-11 09:43:18boisgerasetmessageid: <1234345398.47.0.398640890726.issue1261@psf.upfronthosting.co.za>
2009-02-11 09:43:18boisgeralinkissue1261 messages
2009-02-11 09:43:18boisgeracreate