Python Telnet client

2009-08-27 Thread Darvin
Is there telnet client in python? i want to write NetHack telnet GUI app) -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Telnet client

2009-08-27 Thread Chris Rebert
On Thu, Aug 27, 2009 at 2:06 PM, Darvinnbdar...@gmail.com wrote: Is there telnet client in python? i want to write NetHack telnet GUI app) http://docs.python.org/library/telnetlib.html Cheers, Chris -- http://blog.rebertia.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Telnet client

2009-08-27 Thread exarkun
On 09:06 pm, nbdar...@gmail.com wrote: Is there telnet client in python? i want to write NetHack telnet GUI app) The Python stdlib has a module named telnetlib which offers rudamentary telnet support. Twisted includes twisted.conch.telnet which implements a much more complete telnet