Fix issue 10527: make multiprocessing use poll() instead of select() if available.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8ec9675..e99efca 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -175,6 +175,8 @@
 Library
 -------
 
+- Issue 10527: make multiprocessing use poll() instead of select() if available.
+
 - Issue #16485: Fix file descriptor not being closed if file header patching
   fails on closing of aifc file.