time.sleep()

Thomas Heller theller at python.net
Tue Mar 2 13:13:32 EST 2004


Bart Nessux <bart_nessux at hotmail.com> writes:

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

I don't think so.  IIRC, on windows the win32 api Sleep() is used, on
linux probably select().  Read the source to find out.

Thomas





More information about the Python-list mailing list