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 vstinner
Recipients Evgeny.Tarasov, alexey-smirnov, chn, neologix, r.david.murray, socketpair, vstinner
Date 2011-07-22.11:22:00
SpamBayes Score 0.0005835055
Marked as misclassified No
Message-id <1311333720.98.0.886132753121.issue12607@psf.upfronthosting.co.za>
In-reply-to
Content
> stdout = open("/dev/null", "w"), stderr = sys.stdout

Oh, I read subprocess.STDOUT instead of sys.stdout.
History
Date User Action Args
2011-07-22 11:22:01vstinnersetrecipients: + vstinner, r.david.murray, neologix, socketpair, alexey-smirnov, Evgeny.Tarasov, chn
2011-07-22 11:22:00vstinnersetmessageid: <1311333720.98.0.886132753121.issue12607@psf.upfronthosting.co.za>
2011-07-22 11:22:00vstinnerlinkissue12607 messages
2011-07-22 11:22:00vstinnercreate