]> granicus.if.org Git - python/commit
Backport r62724 from trunk. Fixes issue 2791. subprocess.Popen.communicate
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 1 Jun 2008 23:44:46 +0000 (23:44 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 1 Jun 2008 23:44:46 +0000 (23:44 +0000)
commit26660401c0c7b0816392bb32bdb69eb75a3b17df
tree5047b8ecfea86e3c3cbdb8612f7ae58773a35ba4
parent1a34834e0993d46fc81f4ef6639e6c278d5879d9
Backport r62724 from trunk.  Fixes issue 2791.  subprocess.Popen.communicate
now closes its stdout and stderr fds as soon as it is finished with them.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS