]> granicus.if.org Git - python/commit
SF patch #760257: add socket.timeout exception
authorRaymond Hettinger <python@rcn.com>
Sun, 29 Jun 2003 04:40:22 +0000 (04:40 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 29 Jun 2003 04:40:22 +0000 (04:40 +0000)
commit11a35f545b39ebd09171869f9987dabd85f03254
tree320addeb670e74c71e183041374ce787efbab060
parent10f3018023f5d862c79f95bcec3ab40e17dbe81a
SF patch #760257:  add socket.timeout exception
(Contributed by Bob Halley)

Add unittests for the new socket.timeout exception.
Lib/test/test_socket.py