]> granicus.if.org Git - python/commit
bpo-20104: Remove posix_spawn from 3.7 (GH-6794)
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 14 May 2018 21:52:43 +0000 (17:52 -0400)
committerGregory P. Smith <greg@krypto.org>
Mon, 14 May 2018 21:52:43 +0000 (17:52 -0400)
commit8e633a4035bcff458c45fa095f4b8eab2f158466
tree29e17ab70921b173598b8ab437c25105b774312c
parentc6348cf395a89adf019d0d65e3488aa23395b7f1
bpo-20104: Remove posix_spawn from 3.7 (GH-6794)

Remove os.posix_spawn, the API isn't complete and we're still figuring out how it should look. wait for 3.8.
Doc/library/os.rst
Doc/whatsnew/3.7.rst
Lib/test/test_posix.py
Misc/NEWS.d/3.7.0b1.rst
Misc/NEWS.d/next/Core and Builtins/2018-05-14-11-34-55.bpo-20104.kqBNzv.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c