[Python-checkins] cpython: Issue #13845: Fix NEWS entry, the change is specific to Windows

victor.stinner python-checkins at python.org
Wed Feb 8 22:52:46 CET 2012


http://hg.python.org/cpython/rev/3965ed809a85
changeset:   74833:3965ed809a85
user:        Victor Stinner <victor.stinner at haypocalc.com>
date:        Wed Feb 08 22:53:24 2012 +0100
summary:
  Issue #13845: Fix NEWS entry, the change is specific to Windows

files:
  Misc/NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -466,9 +466,9 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list