Message5579

Author alex.gronholm
Recipients alex.gronholm, pjenvey
Date 2010-03-21.13:18:04
SpamBayes Score 4.8189726e-05
Marked as misclassified No
Message-id <1269177486.02.0.132498687156.issue1577@psf.upfronthosting.co.za>
In-reply-to
Content
os.system() should always return the return value of the given command, but the Jython implementation returns None, which screws up "jython setup.py sdist" among others.

Attached is a patch that fixes the problem.
History
Date User Action Args
2010-03-21 13:18:06alex.gronholmsetrecipients: + alex.gronholm, pjenvey
2010-03-21 13:18:06alex.gronholmsetmessageid: <1269177486.02.0.132498687156.issue1577@psf.upfronthosting.co.za>
2010-03-21 13:18:05alex.gronholmlinkissue1577 messages
2010-03-21 13:18:05alex.gronholmcreate