Patch #1003700: Add socketpair function to socket module.
diff --git a/Misc/NEWS b/Misc/NEWS
index f3e51c6..f3ed638 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,8 @@
 Extension modules
 -----------------
 
+- Added socket.socketpair().
+
 Library
 -------