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 pitrou
Recipients benjamin.peterson, gvanrossum, pitrou, pjenvey, stutzbach
Date 2011-12-14.13:11:31
SpamBayes Score 1.9794799e-08
Marked as misclassified No
Message-id <1323868292.46.0.495967266587.issue13601@psf.upfronthosting.co.za>
In-reply-to
Content
In issue13597, Philip Jenvey points out:

“I'm surprised to hear that stderr is line buffered by default. Historically stderr is never buffered (at least on POSIX) and for good reason: errors should be seen immediately”

Recent changes to the IO stack should allow stderr to be opened in fully unbuffered mode (and open(..., 'w', buffering=0) can be allowed too). Or at least it could be always line-buffered, even when redirected to a file.
History
Date User Action Args
2011-12-14 13:11:32pitrousetrecipients: + pitrou, gvanrossum, pjenvey, benjamin.peterson, stutzbach
2011-12-14 13:11:32pitrousetmessageid: <1323868292.46.0.495967266587.issue13601@psf.upfronthosting.co.za>
2011-12-14 13:11:31pitroulinkissue13601 messages
2011-12-14 13:11:31pitroucreate