Serhiy Storchaka added the comment:

Note that if output by lines, the patch speeds up the output! Actually the 
output is fast enough with buffering and without. The only slowdown is exposed 
when output by characters, but this is uncommon case. And if you output by 
characters (in case of drawing a progressbar or like), then perhaps you want 
the characters been displayed immediately, without buffering.

See also issue13601.

----------

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

Reply via email to