Mind.py

Peter Hansen peter at engcorp.com
Tue Aug 17 12:14:30 EDT 2004


Roman Suzi wrote:

> rsvp = 1000
> 
...
>     time.sleep(rsvp/1000) # End of quasi-loop time-delay of rsvp-value milliseconds.

Latent bug... someone will decide during maintenance to
change that "rsvp" delay to, perhaps, a smaller value,
resulting in no delay at all...

-Peter



More information about the Python-list mailing list