mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
SF patch #760257: add socket.timeout exception
This commit is contained in:
parent
a4148c3cc8
commit
643bcecad0
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@ Core and builtins
|
||||||
Extension modules
|
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,
|
- mimetools.choose_boundary() could return duplicate strings at times,
|
||||||
especially likely on Windows. The strings returned are now guaranteed
|
especially likely on Windows. The strings returned are now guaranteed
|
||||||
unique within a single program run.
|
unique within a single program run.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue