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 arigo, vstinner
Date 2016-11-09.10:30:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478687440.46.0.0380584473587.issue28647@psf.upfronthosting.co.za>
In-reply-to
Content
Right. Moreover, "unbuffered" is wrong. It's line buffered: sys.stdout.buffer is directly a io.FileIO object, but TextIOWrapper only calls buffer.write() when the message contains a newline character. It's not (currently) possible to have a fully unbuffered stdout.
History
Date User Action Args
2016-11-09 10:30:40vstinnersetrecipients: + vstinner, arigo
2016-11-09 10:30:40vstinnersetmessageid: <1478687440.46.0.0380584473587.issue28647@psf.upfronthosting.co.za>
2016-11-09 10:30:40vstinnerlinkissue28647 messages
2016-11-09 10:30:40vstinnercreate