Issue #5715: In socketserver, close the server socket in the child process.
diff --git a/Misc/NEWS b/Misc/NEWS
index 37bbbc1..17f933a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -75,6 +75,8 @@
 Library
 -------
 
+- Issue #5715: In socketserver, close the server socket in the child process.
+
 - Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
   to be able to unload the module.