From a19bfe07e03c4054eca759af59e11f7616c3f517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Wed, 16 Oct 2002 18:28:36 +0000 Subject: [PATCH] Correct stat_result float time stamps entry. --- Misc/NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index df8121a26d4..6e2b8f66320 100644 --- 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]