"spir" <denis.s...@free.fr> wrote
How does python get the time in microseconds?

The underlying OS API generally provides that.

(In other words, how would I get it if python (like some other languages) would provide time in whole seconds only?)

You would have to call the OS routines directly from Python yourself.

Alan G

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to