Skip to content

Commit c96d1aa

Browse files
committed
remotexec fix 2
1 parent d1256a4 commit c96d1aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/sys.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2013,12 +2013,12 @@ always available. Unless explicitly noted otherwise, all variables are read-only
20132013
This event is raised in the remote process, not the one
20142014
that called :func:`sys.remote_exec`.
20152015

2016-
.. availability:: Unix, Windows.
2017-
.. versionadded:: 3.14
2018-
20192016
The temporary script file is created with restrictive permissions (typically
20202017
``0o600``). The target process must be able to read this file.
20212018

2019+
.. availability:: Unix, Windows.
2020+
.. versionadded:: 3.14
2021+
20222022
Callers should adjust permissions before calling, for example::
20232023

20242024
import os

0 commit comments

Comments
 (0)