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.