]> granicus.if.org Git - python/commit
Fix the test so that connect() and bind() are called with a single
authorGuido van Rossum <guido@python.org>
Fri, 24 Mar 2000 20:54:29 +0000 (20:54 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 24 Mar 2000 20:54:29 +0000 (20:54 +0000)
commit7e57bc4a5b4a05329c4bbdacd7552e2e4f898e04
tree8ca9219f2fbae9af2d5262d0f176662b7bfda570
parent5ba3c843db445c0b8d35bc3823f1b402c91ebe08
Fix the test so that connect() and bind() are called with a single
argument: a (host, port) tuple.

Like multi-arg append(), multi-arg connect() and bind() may be ruled out!
Lib/test/test_socket.py