From 72476eae5fe4d7bc4d4c4e30471cd83a501707de Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 8 Feb 2012 22:53:24 +0100 Subject: Issue #13845: Fix NEWS entry, the change is specific to Windows --- Misc/NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 7367e1a..462287d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -466,9 +466,9 @@ Core and Builtins Library ------- -- Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of - ftime() to have a resolution of 100 ns instead of 1 ms (the clock accuracy is - between 0.5 ms and 15 ms). +- Issue #13845: On Windows, time.time() now uses GetSystemTimeAsFileTime() + instead of ftime() to have a resolution of 100 ns instead of 1 ms (the clock + accuracy is between 0.5 ms and 15 ms). - Issue #13846: Add time.monotonic(), monotonic clock. -- cgit v0.12