Skip to content

Commit 9f6d131

Browse files
committed
remotexec fix 3
1 parent c96d1aa commit 9f6d131

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Doc/library/sys.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,10 +2015,6 @@ always available. Unless explicitly noted otherwise, all variables are read-only
20152015

20162016
The temporary script file is created with restrictive permissions (typically
20172017
``0o600``). The target process must be able to read this file.
2018-
2019-
.. availability:: Unix, Windows.
2020-
.. versionadded:: 3.14
2021-
20222018
Callers should adjust permissions before calling, for example::
20232019

20242020
import os
@@ -2032,6 +2028,9 @@ always available. Unless explicitly noted otherwise, all variables are read-only
20322028
sys.remote_exec(pid, f.name)
20332029
os.unlink(f.name) # Cleanup
20342030

2031+
.. availability:: Unix, Windows.
2032+
.. versionadded:: 3.14
2033+
20352034
.. function:: _enablelegacywindowsfsencoding()
20362035

20372036
Changes the :term:`filesystem encoding and error handler` to 'mbcs' and

0 commit comments

Comments
 (0)