]> 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:15:42 +0000 (21:15 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 21 Sep 2014 19:15:42 +0000 (21:15 +0200)
commit6e311aa748b123b1f1333c2c86b5904b57168276
tree0577b6fab7a1380f5e552ba846d0fb108b5e57e2
parent9e7fbde67f55e8e5c21bc41568c7fe13e72b44bc
parentafe8d0646c9347960e99f5373d6cbd712b5376bb
Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line buffering, rather than block buffering.
Doc/library/subprocess.rst
Lib/subprocess.py
Misc/NEWS