[Twisted-Python] newbie: asynchronous client

Andrew Bennetts andrew-twisted at puzzling.org
Mon Feb 17 19:24:10 MST 2003


On Tue, Feb 18, 2003 at 12:28:21PM +1100, screwtape at froup.com wrote:
> On Mon, Feb 17, 2003 at 07:14:27PM -0500, Bob Ippolito wrote:
> > I think that maybe there should be a tutorial on how to make 
> > interactive console Twisted programs using stdio and then another with 
> > curses/readline perhaps?
> 
> A reactor that integrated with the cmd.Cmd() event loop would be
> wonderful. :)
> 
> (for those who haven't caught up with this nifty part of the Python
> standard library, have a look at:
> 
> 	http://www.python.org/doc/current/lib/Cmd-objects.html
> 
> for some detailed information.)

Or just add a telnet server (is "telnet manhole" a better term?)... :)

-Andrew.





More information about the Twisted-Python mailing list