[Python-Dev] Subsecond time stamps

Guido van Rossum guido@python.org
Fri, 06 Sep 2002 11:30:40 -0400


> C. Make st_mtime a floating point number. This won't offer nanosecond
>    resolution, as C doubles are not dense enough.

This is the most Pythonic approach.

--Guido van Rossum (home page: http://www.python.org/~guido/)