]> granicus.if.org Git - python/commitdiff
Update What's new in 3.7 to reference preadv, pwritev and posix_spawn (GH-6524)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 Apr 2018 05:26:41 +0000 (22:26 -0700)
committerGitHub <noreply@github.com>
Thu, 19 Apr 2018 05:26:41 +0000 (22:26 -0700)
(cherry picked from commit 9009f3e389123c5f94d4d12f1f51b0a88531c37c)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Doc/whatsnew/3.7.rst

index 475dce08937755b0525af30760203fd96522d176..afa0bc2b60719be80c6d3743b7e38f7b101e2a01 100644 (file)
@@ -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
 :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
 ---