Merge 70717 to 26maint
diff --git a/Misc/NEWS b/Misc/NEWS
index aca1cc5..f882ed9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -92,6 +92,13 @@
 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).
+
 - Issue #5561: Removed the sys.version_info shortcuts from platform's
   python_version() and python_version_tuple() since they produced different
   output compared to previous Python versions.