]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Test of the socket module. The following functions and methods are
authorBarry Warsaw <barry@python.org>
Fri, 3 Jan 1997 20:03:32 +0000 (20:03 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 3 Jan 1997 20:03:32 +0000 (20:03 +0000)
commitcf3d4b51236d23a6652875937e90ad9cad3fc937
treebc11b8cb4152f7deee556181bc300ea3e67d3cdf
parenteaa6e1102fd1ee97829e1d5b4b62663c1f6d7a0a
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()
Lib/test/test_socket.py [new file with mode: 0644]