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 martin.panter
Recipients akira, gregory.p.smith, jwilk, martin.panter, raylu
Date 2014-05-02.01:49:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398995353.04.0.840398244847.issue21332@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, it seems I was wrong on the second point. Looking closer, it seems write-through mode only flushes the TextIOWrapper layer, not the underlying binary file object, whereas line-buffering mode flushes everything to the OS, so the extra line_buffering=True flag would be needed.
History
Date User Action Args
2014-05-02 01:49:13martin.pantersetrecipients: + martin.panter, gregory.p.smith, jwilk, akira, raylu
2014-05-02 01:49:13martin.pantersetmessageid: <1398995353.04.0.840398244847.issue21332@psf.upfronthosting.co.za>
2014-05-02 01:49:13martin.panterlinkissue21332 messages
2014-05-02 01:49:12martin.pantercreate