Skip to content

Commit c4ce9cc

Browse files
committed
update blurb
1 parent 40d56f1 commit c4ce9cc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
Ensure that :func:`time.sleep(0) <time.sleep>` does not degrade over time
2-
on non-Windows platforms. Patch by Bénédikt Tran.
1+
Ensure that the duration of :func:`time.sleep(0) <time.sleep>` is as small
2+
as possible on non-Windows platforms when :manpage:`clock_nanosleep(2)`
3+
or :manpage:`nanosleep(2)` are used to implement :func:`!time.sleep`.
4+
Patch by Bénédikt Tran.

0 commit comments

Comments
 (0)