From 643bcecad03004e83ecfc3560bf85ceb628280ab Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 29 Jun 2003 03:29:42 +0000 Subject: SF patch #760257: add socket.timeout exception --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 08ca40ffa3..936778817b 100644 --- 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. -- cgit v1.2.1