STINNER Victor added the comment:

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.

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28647>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to