SF patch #760257: add socket.timeout exception
diff --git a/Misc/NEWS b/Misc/NEWS
index 08ca40f..9367788 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,6 +58,9 @@
 Extension modules
 -----------------
 
+- the socket module has a new exception, socket.timeout, to allow
+  timeouts to be handled separately from other socket errors.
+
 - mimetools.choose_boundary() could return duplicate strings at times,
   especially likely on Windows.  The strings returned are now guaranteed
   unique within a single program run.