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, gjb1002, gvanrossum, pitrou, pjenvey, stutzbach
Date 2011-12-15.14:30:31
SpamBayes Score 3.679737e-08
Marked as misclassified No
Message-id <1323959432.22.0.772133479041.issue13601@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, I forgot the last two questions:

> Maybe we need better command-line control to override the defaults?

We already have -u to switch all stdio to unbuffered. This issue proposes to make stderr line-buffered/unbuffered by default, since it's less surprising than fully buffered.

> Are there precedents e.g. in Bash flags?

Well, `man bash` doesn't appear to say anything about stdio buffering.
History
Date User Action Args
2011-12-15 14:30:32pitrousetrecipients: + pitrou, gvanrossum, gjb1002, pjenvey, benjamin.peterson, stutzbach
2011-12-15 14:30:32pitrousetmessageid: <1323959432.22.0.772133479041.issue13601@psf.upfronthosting.co.za>
2011-12-15 14:30:31pitroulinkissue13601 messages
2011-12-15 14:30:31pitroucreate