This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:01pitrousetrecipients: + pitrou, barry, pjenvey, eric.araujo, brian.curtin
2010-04-10 02:25:01pitrousetmessageid: <1270866301.47.0.0999660636024.issue7301@psf.upfronthosting.co.za>
2010-04-10 02:24:59pitroulinkissue7301 messages
2010-04-10 02:24:59pitroucreate