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 neologix
Recipients neologix, serhiy.storchaka, techtonik, terry.reedy
Date 2012-12-22.17:55:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM1m6XkukWq0j2Sr9a-ChyDNXTRoPXPtQd=Ju438Qp6ELQ@mail.gmail.com>
In-reply-to <CAH_1eM1X+WZUzgeFpRsdOr59a=rsLKj4hvsGZa71mpSfHXY6kQ@mail.gmail.com>
Content
To be more specific, for performance reasons, you definitely don't
want stdout to be line buffered when redirected to a file, but fully
buffered.
It makes sense to have stderr unbuffered or line buffered either way
to make sure that errors get printed - right away.
See http://www.delorie.com/gnu/docs/glibc/libc_226.html for an explanation.
History
Date User Action Args
2012-12-22 17:55:44neologixsetrecipients: + neologix, terry.reedy, techtonik, serhiy.storchaka
2012-12-22 17:55:44neologixlinkissue16689 messages
2012-12-22 17:55:44neologixcreate