Skip to content

Commit 1ed9877

Browse files
committed
add What's New
1 parent ecb9636 commit 1ed9877

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,16 @@ sys.monitoring
617617
Two new events are added: :monitoring-event:`BRANCH_LEFT` and
618618
:monitoring-event:`BRANCH_RIGHT`. The ``BRANCH`` event is deprecated.
619619

620+
621+
time
622+
----
623+
624+
* Ensure that :func:`time.sleep(0) <time.sleep>` does not accumulate delays on
625+
POSIX platforms. The implementation always uses :manpage:`select(2)` even if
626+
the :manpage:`clock_nanosleep` or :manpage:`nanosleep` functions are present.
627+
(Contributed by Bénédikt Tran in :gh:`125997`.)
628+
629+
620630
tkinter
621631
-------
622632

0 commit comments

Comments
 (0)