I'm in need of setting the stderr
stream in a Popen
call to line-buffered. I discovered the bufsize
argument, but it doesn't say which of the 3 (stdin
, stdout
, stderr
) files it's actually applied to.
- Which file does the
bufsize
argument modify? - How do I modify the other file buffering modes?