Message5037

Author pjenvey
Recipients pjenvey, yanne
Date 2009-08-16.01:38:43
SpamBayes Score 1.4083857e-05
Marked as misclassified No
Message-id <1250386723.52.0.671755622582.issue1434@psf.upfronthosting.co.za>
In-reply-to
Content
This is fixed in r6668 but I've made it match CPython's behavior. That 
differs from 2.2 on POSIX. What's now returned is the status code which 
needs to be passed through os.WEXITSTATUS.

Though after doing this I'm wondering if we should bother with that 
different status code, as our current os.system doesn't do this either 
(but does on CPython)
History
Date User Action Args
2009-08-16 01:38:43pjenveysetmessageid: <1250386723.52.0.671755622582.issue1434@psf.upfronthosting.co.za>
2009-08-16 01:38:43pjenveysetrecipients: + pjenvey, yanne
2009-08-16 01:38:43pjenveylinkissue1434 messages
2009-08-16 01:38:43pjenveycreate