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 pjenvey
Recipients petegibson, pjenvey
Date 2009-10-30.06:23:14
SpamBayes Score 0.0099059865
Marked as misclassified No
Message-id <1256883796.82.0.0838565816833.issue7240@psf.upfronthosting.co.za>
In-reply-to
Content
Why are you flushing stdout? It's read-only and flush is for writing. This 
behavior is dependent on the underlying platform's fflush, which really 
*should* be raising EBADF when fflushing a read only file, anyway
History
Date User Action Args
2009-10-30 06:23:17pjenveysetrecipients: + pjenvey, petegibson
2009-10-30 06:23:16pjenveysetmessageid: <1256883796.82.0.0838565816833.issue7240@psf.upfronthosting.co.za>
2009-10-30 06:23:14pjenveylinkissue7240 messages
2009-10-30 06:23:14pjenveycreate