SF patch #760257: add socket.timeout exception

This commit is contained in:
Raymond Hettinger 2003-06-29 03:29:42 +00:00
parent a4148c3cc8
commit 643bcecad0
1 changed files with 3 additions and 0 deletions

View File

@ -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.