commit | 9d0c8cee660030391e7017674f176fa2b496adde | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Jul 18 17:08:35 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Jul 18 17:08:35 2002 +0000 |
tree | cec6c500182747d0e15985b54eddd72d3eb74224 | |
parent | 8b6ec79b74284873696b24ab979fb1cb579b86f8 [diff] |
Add default timeout functionality. This adds setdefaulttimeout() and getdefaulttimeout() functions to the socket and _socket modules, and appropriate tests.