Message4338

Author yanne
Recipients yanne
Date 2009-03-23.10:27:07
SpamBayes Score 0.0016264331
Marked as misclassified No
Message-id <1237804028.44.0.099043571965.issue1286@psf.upfronthosting.co.za>
In-reply-to
Content
$ jython -c "import sys; print sys.version; sys.exit(1)"; echo rc: $?
2.2
rc: 1

$ /home/jth/opt/jython2.5b3/jython -c "import sys; print sys.version;
sys.exit(1)"; echo rc: $?
2.5b3 (Release_2_5beta3:6092, Mar 10 2009, 15:34:57)
[Java HotSpot(TM) Server VM (Sun Microsystems Inc.)]
rc: 0
History
Date User Action Args
2009-03-23 10:27:08yannesetrecipients: + yanne
2009-03-23 10:27:08yannesetmessageid: <1237804028.44.0.099043571965.issue1286@psf.upfronthosting.co.za>
2009-03-23 10:27:08yannelinkissue1286 messages
2009-03-23 10:27:07yannecreate