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 chn
Recipients Evgeny.Tarasov, alexey-smirnov, chn, neologix, r.david.murray, socketpair, vstinner
Date 2011-07-22.10:18:34
SpamBayes Score 0.001577401
Marked as misclassified No
Message-id <1311329915.22.0.893133203587.issue12607@psf.upfronthosting.co.za>
In-reply-to
Content
I expect that 'ls' print the error message on its stderr, which would be redirected to stdout of the test Python program.

If I had been using stderr = subprocess.STDOUT, I can agree with you that both output streams would go to /dev/null.
History
Date User Action Args
2011-07-22 10:18:35chnsetrecipients: + chn, vstinner, r.david.murray, neologix, socketpair, alexey-smirnov, Evgeny.Tarasov
2011-07-22 10:18:35chnsetmessageid: <1311329915.22.0.893133203587.issue12607@psf.upfronthosting.co.za>
2011-07-22 10:18:34chnlinkissue12607 messages
2011-07-22 10:18:34chncreate