diff options
author | Raymond Hettinger <python@rcn.com> | 2003-06-29 03:29:42 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-06-29 03:29:42 (GMT) |
commit | 643bcecad03004e83ecfc3560bf85ceb628280ab (patch) | |
tree | 99a3f34350c544cdac1b21046d342f5da3b2e6d9 /Misc | |
parent | a4148c3cc853cc1f3ec3102385dafac93a4654fd (diff) | |
download | cpython-643bcecad03004e83ecfc3560bf85ceb628280ab.zip cpython-643bcecad03004e83ecfc3560bf85ceb628280ab.tar.gz cpython-643bcecad03004e83ecfc3560bf85ceb628280ab.tar.bz2 |
SF patch #760257: add socket.timeout exception
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |