time.sleep()

Bob Ippolito bob at redivi.com
Tue Mar 2 14:11:10 EST 2004


On 2004-03-02 13:05:01 -0500, Bart Nessux <bart_nessux at hotmail.com> said:

> Does standard C have anything like Python's time.sleep() function?

It's not really "standard" but you can usually get away with nanosleep 
or select.

-bob




More information about the Python-list mailing list