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 neologix, serhiy.storchaka, techtonik, terry.reedy
Date 2012-12-22.09:16:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356167767.24.0.0531320508383.issue16689@psf.upfronthosting.co.za>
In-reply-to
Content
It looks as for example stdout is line-buffered when output to terminal and block-buffered when redirected to file or pipe and stderr is line-buffered in any case in Python 3.3 (this a common behavior for all C programs). Or something like.

Python has an option -u to control this.
History
Date User Action Args
2012-12-22 09:16:07serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, techtonik, neologix
2012-12-22 09:16:07serhiy.storchakasetmessageid: <1356167767.24.0.0531320508383.issue16689@psf.upfronthosting.co.za>
2012-12-22 09:16:07serhiy.storchakalinkissue16689 messages
2012-12-22 09:16:07serhiy.storchakacreate