]> granicus.if.org Git - python/commit
bpo-35537: Document posix_spawn() change in subprocess (GH-11668)
authorVictor Stinner <vstinner@redhat.com>
Thu, 25 Apr 2019 12:30:16 +0000 (14:30 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Apr 2019 12:30:16 +0000 (14:30 +0200)
commitd7befad328ad1a6d1f812be2bf154c1cd1e01fbc
tree3b00ea6e4ee4f40f732cbb8c1c3371db8e9fc6cb
parent0ef8c157e9195df0115c54ba875a5efb92ac22fb
bpo-35537: Document posix_spawn() change in subprocess (GH-11668)

Document that subprocess.Popen no longer raise an exception on error
like missing program on very specific platforms when using
os.posix_spawn() is used.
Doc/library/subprocess.rst
Doc/whatsnew/3.8.rst