mirror of
https://github.com/python/cpython.git
synced 2026-04-03 18:40:59 +00:00
Issue #13845: Fix NEWS entry, the change is specific to Windows
This commit is contained in:
parent
ccd5715a14
commit
72476eae5f
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue