Prev: Python 2.6.5 release candidate 1 now available
Next: python 2.6: how to modify a PIL image from C without copyingforth and back
From: Pankaj on 3 Mar 2010 02:03 I am using pexpect to automate some procedures. My procedures are time cosuming, some messages coming out from that, in failure cases it will not output anything. So I would like to give small timeout value but when some message is received, it should restart the timeout, similar like "restart_timeout_upon_receive" in perl. Is it possible in Python using pexpect ? |