Message149447
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. |
|
Date |
User |
Action |
Args |
2011-12-14 13:11:32 | pitrou | set | recipients:
+ pitrou, gvanrossum, pjenvey, benjamin.peterson, stutzbach |
2011-12-14 13:11:32 | pitrou | set | messageid: <1323868292.46.0.495967266587.issue13601@psf.upfronthosting.co.za> |
2011-12-14 13:11:31 | pitrou | link | issue13601 messages |
2011-12-14 13:11:31 | pitrou | create | |
|