Skip to content

Commit 8b50400

Browse files
markrwilliamsned-deily
authored andcommitted
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.
1 parent 8c17d92 commit 8b50400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3465,7 +3465,7 @@ written in Python, such as a mail server's external command delivery program.
34653465
:c:data:`POSIX_SPAWN_SETSCHEDPARAM` and :c:data:`POSIX_SPAWN_SETSCHEDULER`
34663466
flags.
34673467

3468-
.. versionadded:: 3.7
3468+
.. versionadded:: 3.8
34693469

34703470
.. availability:: Unix.
34713471

0 commit comments

Comments
 (0)