En Thu, 19 May 2011 08:29:21 -0300, Adrian Casey
escribió:
The behaviour of pexpect has changed between version 2.1 and 2.3. In
version 2.1, the following code would result in child.before being
cleared -:
>>>child.expect(pexpect.TIMEOUT,1)
In version 2.3, this is no longer the case.
The behaviour of pexpect has changed between version 2.1 and 2.3. In
version 2.1, the following code would result in child.before being
cleared -:
>>>child.expect(pexpect.TIMEOUT,1)
In version 2.3, this is no longer the case. No matter how many times
the above code is run, child.before con