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 amaury.forgeotdarc, brian.curtin, pitrou, v+python
Date 2011-01-06.06:52:56
SpamBayes Score 0.013374935
Marked as misclassified No
Message-id <1294296779.02.0.825383014875.issue10841@psf.upfronthosting.co.za>
In-reply-to
Content
What are the results if, instead of piping through subprocess, you simply redirect stdout to a file (using "... > myfile.txt")?
History
Date User Action Args
2011-01-06 06:52:59pitrousetrecipients: + pitrou, amaury.forgeotdarc, v+python, brian.curtin
2011-01-06 06:52:59pitrousetmessageid: <1294296779.02.0.825383014875.issue10841@psf.upfronthosting.co.za>
2011-01-06 06:52:57pitroulinkissue10841 messages
2011-01-06 06:52:56pitroucreate