Skip to content

Commit 3e9d303

Browse files
committed
Address review comments (add periods in doc)
1 parent d1c6e91 commit 3e9d303

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -743,9 +743,9 @@ subprocess
743743
platform supports it, an efficient event-driven mechanism is used to wait for
744744
process termination:
745745

746-
- Linux ≥= 5.3 uses :func:`os.pidfd_open` + :func:`select.poll`
747-
- macOS and other BSD variants use :func:`select.kqueue` + ``KQ_FILTER_PROC`` + ``KQ_NOTE_EXIT``
748-
- Windows keeps using ``WaitForSingleObject`` (unchanged)
746+
- Linux ≥= 5.3 uses :func:`os.pidfd_open` + :func:`select.poll`.
747+
- macOS and other BSD variants use :func:`select.kqueue` + ``KQ_FILTER_PROC`` + ``KQ_NOTE_EXIT``.
748+
- Windows keeps using ``WaitForSingleObject`` (unchanged).
749749

750750
If none of these mechanisms are available, the function falls back to the
751751
traditional busy loop (non-blocking call and short sleeps).

0 commit comments

Comments
 (0)