Issue #10527: Use poll() instead of select() for multiprocessing pipes
diff --git a/Misc/NEWS b/Misc/NEWS
index ab219ae..4ec9c53 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -186,6 +186,8 @@
 Library
 -------
 
+- Issue #10527: Use poll() instead of select() for multiprocessing pipes.
+
 - Issue #9720: zipfile now writes correct local headers for files larger than
   4 GiB.