This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients
Date 2002-09-09.05:57:42
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch changes st_mtime/atime/ctime to use floats
if the system offers the st.st_mtim.tv_nsec field and
if that field is nonzero. Support for other APIs can be
added as they come available (on Windows, I believe
you'll have to sidestep the C library to get FILETIMEs).

While this is an API change, reports indicate that
Python applications deal fine with getting floats from
stat.
History
Date User Action Args
2007-08-23 15:15:17adminlinkissue606592 messages
2007-08-23 15:15:17admincreate