vwait in Python?

Ken Guest kwg at renre-europe.com
Thu Mar 28 10:58:50 EST 2002


On Thu, 2002-03-28 at 11:37, Ken Guest wrote:
> Anybody know if there's an equivalent to TCL's vwait keyword in Python?

So is there no way, short of a 2 line while statement, to have code
hang around until the value of some variable has been changed?

I have tried using variations of the simple while statement, but they
only result in the application hanging (going into an infinite loop
no doubt).


k.

-- 
Beware the fury of a patient man
                   - John Dryden





More information about the Python-list mailing list