ha...@hjackson.org writes: > 117c117 > < p = _subprocess.Popen(cmd, stdout=_subprocess.PIPE, > --- >> > p = _subprocess.Popen(cmd, bufsize=-1, stdout=_subprocess.PIPE, >
I've committed this as r1356668. Thanks! -- Philip
ha...@hjackson.org writes: > 117c117 > < p = _subprocess.Popen(cmd, stdout=_subprocess.PIPE, > --- >> > p = _subprocess.Popen(cmd, bufsize=-1, stdout=_subprocess.PIPE, >
I've committed this as r1356668. Thanks! -- Philip