Commit 3d9316a0 authored by Raymond Hettinger's avatar Raymond Hettinger

SF patch #760257: add socket.timeout exception

parent 155b9a8e
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment