commit | cf3d4b51236d23a6652875937e90ad9cad3fc937 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Fri Jan 03 20:03:32 1997 +0000 |
committer | Barry Warsaw <barry@python.org> | Fri Jan 03 20:03:32 1997 +0000 |
tree | bc11b8cb4152f7deee556181bc300ea3e67d3cdf | |
parent | eaa6e1102fd1ee97829e1d5b4b62663c1f6d7a0a [diff] |
Test of the socket module. The following functions and methods are not currently tested (or even touched): # socket.fromfd() # sktobj.getsockopt() # sktobj.recvfrom() # sktobj.sendto() # sktobj.setblocking() # sktobj.setsockopt() # sktobj.shutdown()