]> 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:00:37 +0000 (17:00 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 19 Mar 2011 16:00:37 +0000 (17:00 +0100)
commit877766dee8e60c7971ed0cabba89fbe981c2ab1b
tree07c365e3a3389598a6df338d09be696836b7cf5f
parent5e98141f9f576934fe5635c66614f82be1ee0a9a
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