Message4578

Author pjenvey
Recipients fwierzbicki, pjenvey
Date 2009-04-23.06:14:04
SpamBayes Score 0.0001754638
Marked as misclassified No
Message-id <1240467296.82.0.62415320664.issue1112@psf.upfronthosting.co.za>
In-reply-to
Content
On a related note I've noticed java.lang.Process seems to always return 0 
as the exitValue() when executing a .bat file. This ends up breaking our 
test_cmd_line, and any other test running sys.executable and expecting a 
non 0 return code
History
Date User Action Args
2009-04-23 06:14:56pjenveysetmessageid: <1240467296.82.0.62415320664.issue1112@psf.upfronthosting.co.za>
2009-04-23 06:14:56pjenveysetrecipients: + pjenvey, fwierzbicki
2009-04-23 06:14:54pjenveylinkissue1112 messages
2009-04-23 06:14:50pjenveycreate