Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6748638..2c444a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,8 @@
 Library
 -------
 
+- Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
+
 - Issue #11662: Make urllib and urllib2 ignore redirections if the
   scheme is not HTTP, HTTPS or FTP (CVE-2011-1521).