]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-36170: posix_spawn doesn't exist on 3.7 (GH-12143)
authorMark Williams <mrw@enotuniq.org>
Sun, 3 Mar 2019 17:42:25 +0000 (09:42 -0800)
committerNed Deily <nad@python.org>
Sun, 3 Mar 2019 17:42:25 +0000 (12:42 -0500)
The 3.8 docs claim that `os.posix_spawn` was introduced in 3.7, but it wasn't; it will be introduced in 3.8.

Doc/library/os.rst

index aa1316b1f24ac41fa1c4ea565920cae57774d158..f8803af95200e2cdcd72c41a8f7e0945475d0068 100644 (file)
@@ -3465,7 +3465,7 @@ written in Python, such as a mail server's external command delivery program.
    :c:data:`POSIX_SPAWN_SETSCHEDPARAM` and :c:data:`POSIX_SPAWN_SETSCHEDULER`
    flags.
 
-   .. versionadded:: 3.7
+   .. versionadded:: 3.8
 
    .. availability:: Unix.