]> granicus.if.org Git - python/commit
SF patch #760257: add socket.timeout exception
authorRaymond Hettinger <python@rcn.com>
Sun, 29 Jun 2003 03:08:05 +0000 (03:08 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 29 Jun 2003 03:08:05 +0000 (03:08 +0000)
commitef7343c6cde7570ebba76afe3a36b6c747100db1
tree459235ff895739e346a9c12b75cfc752784a07b9
parent3e2244c9e113a62088bdf27c5ace167954fcd546
SF patch #760257: add socket.timeout exception
(Contributed by Bob Halley)

Added a new exception, socket.timeout so that timeouts can be differentiated
from other socket exceptions.

Docs, more tests, and newsitem to follow.
Modules/socketmodule.c