Terminating a subprocess question

Fredrik Lundh fredrik at pythonware.com
Wed Mar 29 12:57:00 EST 2006


Ernesto wrote:

> Plus, everytime, I tried to use the read_all object, my program crashed
> pretty hard...
>
> tn = telnetlib.Telnet("localhost",6000)
> print tn.read_all()
> # CRASH

that's an unusual error message.  are you sure you didn't get a
traceback?  if so, what did it say?

</F>






More information about the Python-list mailing list