commit | 89feabc7f5308e3190909f47fce225df28a65062 | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Sun Mar 30 04:54:24 2003 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Sun Mar 30 04:54:24 2003 +0000 |
tree | ad1126c669f70a2138f8449453426d298d439a3c | |
parent | a942b9931c9ef13f7baf82c12e4ee312e6906f1c [diff] |
The socket module now always uses the _socketobject wrapper class, even on platforms which have dup(2). The makefile() method is built directly on top of the socket without duplicating the file descriptor, allowing timeouts to work properly. Includes a new test case (urllibnet) which requires the network resource. Closes bug 707074.