]> granicus.if.org Git - python/commit
Fix bit rot: use sock.connect((host, port)) and allow 2nd cmd line
authorGuido van Rossum <guido@python.org>
Thu, 14 Dec 2000 22:12:33 +0000 (22:12 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 14 Dec 2000 22:12:33 +0000 (22:12 +0000)
commit4550b00c80b064a3594d6d648fd7e164ffa59286
tree70952cefe6608551fc5638f8854da55a951e4535
parentde77bc5468d59d023bce9ae3d41a116f22de951f
Fix bit rot: use sock.connect((host, port)) and allow 2nd cmd line
arg.
Demo/threads/telnet.py