Re: How to know if connection is active when using telnetlib?

2005-08-26 Thread Wojciech Halicki-Piszko
> 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 Well, in fact what I meant is: I won't to check wether established conn

How to know if connection is active when using telnetlib?

2005-08-26 Thread Wojciech Halicki-Piszko
How to know if connection is active after telnetlib.Telnet.open(host,port)? -- http://mail.python.org/mailman/listinfo/python-list