Skip to content

Commit 30ac0e3

Browse files
committed
update documentation
1 parent 12fd858 commit 30ac0e3

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Doc/library/os.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)