commit | c3828075598ca775555b29b78e67d3fa8e856c00 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Jul 29 00:04:54 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Jul 29 00:04:54 2014 +0200 |
tree | 300bc9a7ec1681fc4dc3d3c96f0c67d51977adee | |
parent | 110796fb1588b1ab433f327f84175dffde229df8 [diff] [blame] |
Issue #19612: subprocess.communicate() now also ignores EINVAL when using at least two pipes.
diff --git a/Misc/NEWS b/Misc/NEWS index f2087c5..bdd414e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Library ------- +- Issue #19612: subprocess.communicate() now also ignores EINVAL when using at + least two pipes. + - Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError on closed socket.