]> granicus.if.org Git - python/commit
Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line buffering...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 21 Sep 2014 19:10:56 +0000 (21:10 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 21 Sep 2014 19:10:56 +0000 (21:10 +0200)
commitafe8d0646c9347960e99f5373d6cbd712b5376bb
tree1ece533b911f8668dd96e22f6d30e0d78a310c89
parent3f40c40dea5f68fa4f1711c9cfa04c4edf6f8f53
Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line buffering, rather than block buffering.
Doc/library/subprocess.rst
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS