Sleep command

holger krekel pyth at devel.trillke.net
Fri May 3 06:02:32 EDT 2002


[Brian Nulty Fri, May 03, 2002 at 10:38:26AM +0100]
Brian> The "sleep" command is not working for me in Jython 2.1. The 
Brian> specification is:
Brian> 
Brian> sleep(30); # to sleep for 30 seconds

import time
time.sleep(30)

and time should stand still for 30 seconds.
btw, i would rather call it 'statement','command' or 'code' than
'specification'.

   holger





More information about the Python-list mailing list