Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
diff --git a/Misc/NEWS b/Misc/NEWS
index 27a6322..62f3deb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,8 @@
 Library
 -------
 
+- Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
+
 - Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata"
   configure options of tkinter.PhotoImage.