Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

We are talking about different things here:

- When python is run from a console, sys.stdout is line buffered. 
sys.stdout.write() flushes if there is a carriage return. No need to change 
anything here.

- print() could call file.flush() if file.isatty(), *after* the multiple calls 
to file.write().

----------
nosy: +amaury.forgeotdarc

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

Reply via email to