Skip to content

Commit 9009f3e

Browse files
pablogsalgpshead
authored andcommitted
Update What's new in 3.7 to reference preadv, pwritev and posix_spawn (GH-6524)
1 parent e3a523a commit 9009f3e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Doc/whatsnew/3.7.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,14 @@ New function :func:`~os.register_at_fork` allows registering Python callbacks
593593
to be executed on a process fork. (Contributed by Antoine Pitrou in
594594
:issue:`16500`.)
595595

596+
Exposed the system calls *preadv*, *preadv2*, *pwritev* and *pwritev2* through
597+
the new functions :func:`~os.preadv` and :func:`~os.pwritev`. (Contributed by
598+
Pablo Galindo in :issue:`31368`.)
599+
600+
Exposed the system call *posix_spawn* through the new function
601+
:func:`~os.posix_spawn`. (Contributed by Pablo Galindo, Serhiy Storchaka and
602+
Gregory P. Smith in :issue:`20104`.)
603+
596604
pdb
597605
---
598606

0 commit comments

Comments
 (0)