Commit 72476eae authored by Victor Stinner's avatar Victor Stinner

Issue #13845: Fix NEWS entry, the change is specific to Windows

parent ccd5715a
...@@ -466,9 +466,9 @@ Core and Builtins ...@@ -466,9 +466,9 @@ Core and Builtins
Library Library
------- -------
- Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of - Issue #13845: On Windows, time.time() now uses GetSystemTimeAsFileTime()
ftime() to have a resolution of 100 ns instead of 1 ms (the clock accuracy is instead of ftime() to have a resolution of 100 ns instead of 1 ms (the clock
between 0.5 ms and 15 ms). accuracy is between 0.5 ms and 15 ms).
- Issue #13846: Add time.monotonic(), monotonic clock. - Issue #13846: Add time.monotonic(), monotonic clock.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment