summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-06-29 03:29:42 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-06-29 03:29:42 (GMT)
commit643bcecad03004e83ecfc3560bf85ceb628280ab (patch)
tree99a3f34350c544cdac1b21046d342f5da3b2e6d9 /Misc
parenta4148c3cc853cc1f3ec3102385dafac93a4654fd (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 08ca40f..9367788 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.