Message149419
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
Was this an oversight in migrating stdin/out/err to the new io module? |
|
| Date |
User |
Action |
Args |
| 2011-12-14 03:22:03 | pjenvey | set | recipients:
+ pjenvey, gjb1002, pitrou, benjamin.peterson, stutzbach, docs@python |
| 2011-12-14 03:22:03 | pjenvey | set | messageid: <[email protected]> |
| 2011-12-14 03:22:02 | pjenvey | link | issue13597 messages |
| 2011-12-14 03:22:02 | pjenvey | create | |
|