File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5216,11 +5216,12 @@ written in Python, such as a mail server's external command delivery program.
52165216
52175217 .. versionchanged :: 3.13
52185218 *env * parameter accepts ``None ``.
5219+ ``os.POSIX_SPAWN_CLOSEFROM `` is available on platforms where
5220+ :c:func: `!posix_spawn_file_actions_addclosefrom_np ` exists.
52195221
5220- .. versionchanged :: 3.14
5221- ``os.POSIX_SPAWN_CLOSEFROM `` and ``os.POSIX_SPAWN_CHDIR `` are available
5222- on platforms where :c:func: `!posix_spawn_file_actions_addclosefrom_np `
5223- and :c:func: `!posix_spawn_file_actions_addchdir_np ` exist.
5222+ .. versionchanged :: 3.15
5223+ ``os.POSIX_SPAWN_CHDIR `` is available on platforms where
5224+ :c:func: `!posix_spawn_file_actions_addchdir_np ` exist.
52245225
52255226 .. availability :: Unix, not WASI, not Android, not iOS.
52265227
You can’t perform that action at this time.
0 commit comments