]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 19 Mar 2011 16:04:13 +0000 (17:04 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 19 Mar 2011 16:04:13 +0000 (17:04 +0100)
commit7b98d02302d7a43ee1d2fb1ac828b339ba9b424d
tree607d518818cc3643d1270dfa060ad9789206dc80
parentd24c991f11541ccdb3cddade4a59ae0d2c0908bd
parent877766dee8e60c7971ed0cabba89fbe981c2ab1b
Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates
unbuffered pipes, such that select() works properly on them.
Doc/library/platform.rst
Lib/os.py
Lib/platform.py
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS