delays in python
Moshe Zadka
moshez at math.huji.ac.il
Sun Feb 13 01:08:38 EST 2000
More information about the Python-list mailing list
Sun Feb 13 01:08:38 EST 2000
- Previous message (by thread): Win32 ODBC - Exception List???
- Next message (by thread): delays in python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, 12 Feb 2000, Jean Meloche wrote: > How can I insert delays shorter than time.sleep(1) > in python (other than keeping busy)? > > Please answer by email to jean at stat.ubc.ca The easy way. time.sleep(0.5)-ly y'rs, Z -- Moshe Zadka <mzadka at geocities.com>. INTERNET: Learn what you know. Share what you don't.
- Previous message (by thread): Win32 ODBC - Exception List???
- Next message (by thread): delays in python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list