news entry for r73825
diff --git a/Misc/NEWS b/Misc/NEWS
index ef08ffb..232eb4c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -347,6 +347,9 @@
 Library
 -------
 
+- Issue #3392: The subprocess communicate() method no longer fails in select()
+  when file descriptors are large; communicate() now uses poll() when possible.
+
 - Issue #6403: Fixed package path usage in build_ext.
 
 - Issues #5155, 5313, 5331: multiprocessing.Process._bootstrap was