bpo-36170: posix_spawn doesn't exist on 3.7 (GH-12143) · python/cpython@8b50400 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 8b50400
authored and
committed
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.
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -3465,7 +3465,7 @@ written in Python, such as a mail server's external command delivery program. | ||
3465 | 3465 | :c:data:`POSIX_SPAWN_SETSCHEDPARAM` and :c:data:`POSIX_SPAWN_SETSCHEDULER` |
3466 | 3466 | flags. |
3467 | 3467 | |
3468 | - .. versionadded:: 3.7 | |
3468 | + .. versionadded:: 3.8 | |
3469 | 3469 | |
3470 | 3470 | .. availability:: Unix. |
3471 | 3471 |