Manlio Perillo ha scritto: > Listemessaggi CoPlast ha scritto: >> Un saluto a tutti. >> Avete idea di quale potrebbe essere la precisione della suddetta funzione? > > > E' scritto nella documentazione: 1 secondo.
Altra correzione: la risoluzione non รจ definita. Da Modules/timemodule.c: /* There are three ways to get the time: (1) gettimeofday() -- resolution in microseconds (2) ftime() -- resolution in milliseconds (3) time() -- resolution in seconds In all cases the return value is a float in seconds. Since on some systems (e.g. SCO ODT 3.0) gettimeofday() may fail, so we fall back on ftime() or time(). Note: clock resolution does not imply clock accuracy! */ > [...] Manlio Perillo _______________________________________________ Python mailing list Python@lists.python.it http://lists.python.it/mailman/listinfo/python