Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
diff --git a/Misc/NEWS b/Misc/NEWS
index a89a9a4..12526b2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -211,6 +211,8 @@
 Library
 -------
 
+- Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
+
 - Issue #14720: sqlite3: Convert datetime microseconds correctly.
   Patch by Lowe Thiderman.