]> granicus.if.org Git - python/commitdiff
SF patch #760257: add socket.timeout exception
authorRaymond Hettinger <python@rcn.com>
Sun, 29 Jun 2003 03:29:42 +0000 (03:29 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 29 Jun 2003 03:29:42 +0000 (03:29 +0000)
Misc/NEWS

index 08ca40ffa32125218672bf35de16c2e79b4dcad8..936778817b178b79925d109e3e91fa02620ed629 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,6 +58,9 @@ Core and builtins
 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.