#9354: Provide getsockopt() in asyncore file_wrapper().  Patch by Lukas Langa.
diff --git a/Misc/ACKS b/Misc/ACKS
index 57065ac..a94318b 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -448,8 +448,8 @@
 Vladimir Kushnir
 Cameron Laird
 Torsten Landschoff
-Tino Lange
 Ɓukasz Langa
+Tino Lange
 Andrew Langmead
 Detlef Lannert
 Soren Larsen
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