]> granicus.if.org Git - python/commit
Remove a few lines that aren't used and cause problems on platforms
authorGuido van Rossum <guido@python.org>
Fri, 19 Jul 2002 19:23:54 +0000 (19:23 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Jul 2002 19:23:54 +0000 (19:23 +0000)
commit246a58a10bd45b56042c913f726ae94f18ebbf66
treec87ff3d27f27b989fb0f286e7807947fa02d59a5
parent36eb4b2d7ea3c85537a3a2a0abd22648b58448bf
Remove a few lines that aren't used and cause problems on platforms
where recvfrom() on a TCP stream returns None for the address.
This should address the remaining problems on FreeBSD.
Lib/test/test_socket.py