Issue #18455: multiprocessing should not retry connect() with same socket.
diff --git a/Misc/NEWS b/Misc/NEWS
index e074d7f..0b2dadf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,8 @@
 Library
 -------
 
+- Issue #18455: multiprocessing should not retry connect() with same socket.
+
 - Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it
   do with byte strings.