Message 102761 - Python tracker (original) (raw)
Message102761
Author | pitrou |
---|---|
Recipients | barry, brian.curtin, eric.araujo, pitrou, pjenvey |
Date | 2010-04-10.02:24:59 |
SpamBayes Score | 3.4281227e-05 |
Marked as misclassified | No |
Message-id | 1270866301.47.0.0999660636024.issue7301@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
The tests don't look good to me. You should use p.communicate() rather than p.stdout.read(). Also, check the error return code and raise an error if it's non-zero. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-04-10 02:25:01 | pitrou | set | recipients: + pitrou, barry, pjenvey, eric.araujo, brian.curtin |
2010-04-10 02:25:01 | pitrou | set | messageid: 1270866301.47.0.0999660636024.issue7301@psf.upfronthosting.co.za |
2010-04-10 02:24:59 | pitrou | link | issue7301 messages |
2010-04-10 02:24:59 | pitrou | create |