]> granicus.if.org Git - python/commitdiff
Correct stat_result float time stamps entry.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 16 Oct 2002 18:28:36 +0000 (18:28 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 16 Oct 2002 18:28:36 +0000 (18:28 +0000)
Misc/NEWS

index df8121a26d455e9d91757722deedde010de60003..6e2b8f66320a234875b1c5fc14c68ba1e7bd048a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -298,7 +298,8 @@ Extension modules
 
 - cPickle.BadPickleGet is now a class.
 
-- The time stamps in os.stat_result are floating point numbers now.
+- The time stamps in os.stat_result are floating point numbers
+  after stat_float_times has been called.
 
 - If the size passed to mmap.mmap() is larger than the length of the
   file on non-Windows platforms, a ValueError is raised. [SF bug 585792]