summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 292138d..ae3a67b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -147,6 +147,8 @@ Core and Builtins
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.