At our last gathering Eli and others were talking about the Expect
utility and the pyexpect bindings. While I was going through my feeds
tonight I came across a story, "Exscript Scripting Language -
Automating Telnet" http://debain.org/?p=196
The author talks about using pyexpect, having some difficulties, then
moving to perl and then eventually leaving perl and writing their own
python module. It has a number of features including threading.
http://code.google.com/p/exscript/
Anyone heard of this or used it?