commit | 0560843b8fe8d4dd9e830f7b3ae7984154914516 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Jan 09 18:53:14 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Jan 09 18:53:14 2009 +0000 |
tree | be1fabb299e11cdc957e653592bbc7d658a9fc07 | |
parent | 1483140772c3f6c4c1674f0fbfcaaa1b350d27a1 [diff] |
Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line flag to work properly. Furthermore, when specifying -u, the text stdout and stderr streams have line-by-line buffering enabled (the default being to buffer arbitrary chunks of data). Patch by Victor Stinner, test by me.