mirror of
https://github.com/python/cpython.git
synced 2025-11-27 13:45:25 +00:00
Update What's new in 3.7 to reference preadv, pwritev and posix_spawn (GH-6524)
This commit is contained in:
parent
e3a523a0fa
commit
9009f3e389
1 changed files with 8 additions and 0 deletions
|
|
@ -593,6 +593,14 @@ New function :func:`~os.register_at_fork` allows registering Python callbacks
|
||||||
to be executed on a process fork. (Contributed by Antoine Pitrou in
|
to be executed on a process fork. (Contributed by Antoine Pitrou in
|
||||||
:issue:`16500`.)
|
:issue:`16500`.)
|
||||||
|
|
||||||
|
Exposed the system calls *preadv*, *preadv2*, *pwritev* and *pwritev2* through
|
||||||
|
the new functions :func:`~os.preadv` and :func:`~os.pwritev`. (Contributed by
|
||||||
|
Pablo Galindo in :issue:`31368`.)
|
||||||
|
|
||||||
|
Exposed the system call *posix_spawn* through the new function
|
||||||
|
:func:`~os.posix_spawn`. (Contributed by Pablo Galindo, Serhiy Storchaka and
|
||||||
|
Gregory P. Smith in :issue:`20104`.)
|
||||||
|
|
||||||
pdb
|
pdb
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue