Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets
diff --git a/Misc/NEWS b/Misc/NEWS
index c395d06..1de2458 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -197,6 +197,10 @@
 Library
 -------
 
+- Issue #5177: Multiprocessing's SocketListener class now uses 
+  socket.SO_REUSEADDR on all connections so that the user no longer needs
+  to wait 120 seconds for the socket to expire.
+
 - Adjusted _tkinter to compile without warnings when WITH_THREAD is not
   defined (part of issue #5035).