Charles-François Natali added the comment: 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.
---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16689> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com