Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ebefc commit 0e752ddCopy full SHA for 0e752dd
1 file changed
Doc/library/os.rst
@@ -1930,7 +1930,9 @@ written in Python, such as a mail server's external command delivery program.
1930
os.spawnvpe(os.P_WAIT, 'cp', L, os.environ)
1931
1932
Availability: Unix, Windows. :func:`spawnlp`, :func:`spawnlpe`, :func:`spawnvp`
1933
- and :func:`spawnvpe` are not available on Windows.
+ and :func:`spawnvpe` are not available on Windows. :func:`spawnle` and
1934
+ :func:`spawnve` are not thread-safe on Windows; we advise you to use the
1935
+ :mod:`subprocess` module instead.
1936
1937
1938
.. data:: P_NOWAIT
0 commit comments