Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9009f3e

Browse filesBrowse 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
Copy full SHA for 9009f3e

File tree

Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed

‎Doc/whatsnew/3.7.rst

Copy file name to clipboardExpand all lines: Doc/whatsnew/3.7.rst
+8Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.