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 jonash, nadeem.vawda, vstinner
Date 2011-09-01.13:44:32
SpamBayes Score 0.026565993
Marked as misclassified No
Message-id <1314884672.74.0.371385937539.issue12877@psf.upfronthosting.co.za>
In-reply-to
Content
stdout is a PIPE. You cannot seek in a PIPE.

Write stdout into a file, or use maybe BytesIO or StringIO?
History
Date User Action Args
2011-09-01 13:44:32vstinnersetrecipients: + vstinner, nadeem.vawda, jonash
2011-09-01 13:44:32vstinnersetmessageid: <1314884672.74.0.371385937539.issue12877@psf.upfronthosting.co.za>
2011-09-01 13:44:32vstinnerlinkissue12877 messages
2011-09-01 13:44:32vstinnercreate