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 serhiy.storchaka
Recipients benjamin.peterson, pitrou, serhiy.storchaka, stutzbach, vstinner
Date 2017-06-19.16:08:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497888495.34.0.778392281993.issue30404@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-06-19 16:08:15serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, benjamin.peterson, stutzbach
2017-06-19 16:08:15serhiy.storchakasetmessageid: <1497888495.34.0.778392281993.issue30404@psf.upfronthosting.co.za>
2017-06-19 16:08:15serhiy.storchakalinkissue30404 messages
2017-06-19 16:08:15serhiy.storchakacreate