summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-09-20-22-46-40.bpo-21302.h56430.rst
blob: 22011b791e5f2ddc4becb4fed629016a446a5c04 (plain)
1
2
3
On Windows, :func:`time.sleep` now uses a waitable timer which has a resolution
of 100 ns (10^-7 sec). Previously, it had a solution of 1 ms (10^-3 sec).
Patch by Livius and Victor Stinner.