diff --git a/Misc/NEWS b/Misc/NEWS index 292138d067e..ae3a67b8aa7 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.