#9354: Provide getsockopt() in asyncore file_wrapper().  Patch by Lukas Langa.
diff --git a/Misc/NEWS b/Misc/NEWS
index 81ec74e..27b3260 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -475,6 +475,8 @@
 Library
 -------
 
+- Issue #9354: Provide getsockopt() in asyncore's file_wrapper.
+
 - Issue #8966: ctypes: Remove implicit bytes-unicode conversion.
 
 - Issue #9378: python -m pickle <pickle file> will now load and