Wojciech Halicki-Piszko <[EMAIL PROTECTED]> writes: >How to know if connection is active after telnetlib.Telnet.open(host,port)?
If open() doesn't throw an exception then you should have a connection you can start reading/writing with. Unless you have some special meaning for 'active'? I'm just basing this on reading telnetlib.py. Eddie -- http://mail.python.org/mailman/listinfo/python-list