]> granicus.if.org Git - python/commit
merge from 3.5 - Fixes Issue #26373: subprocess.Popen.communicate
authorGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Sat, 4 Jun 2016 00:34:15 +0000 (00:34 +0000)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Sat, 4 Jun 2016 00:34:15 +0000 (00:34 +0000)
commitfcbf1ca4f9d4701b319aa4b173f27557c3271014
tree0ce1fd69d4d2f528319e7129609f68fecf85844d
parentd2367c651ec5e0955d1d27ccec94f060efb246aa
parent1ef8c7e886ea5260e5a6967ec2b8a4c32640f1a8
merge from 3.5 - Fixes Issue #26373: subprocess.Popen.communicate
now correctly ignores BrokenPipeError when the child process dies
before .communicate() is called in more (all?) circumstances.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS