mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
bpo-36170: posix_spawn doesn't exist on 3.7 (GH-12143)
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.
This commit is contained in:
parent
8c17d928eb
commit
8b50400fbe
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue