mirror of
https://github.com/python/cpython.git
synced 2025-12-09 10:37:17 +00:00
SF #764121, docstring for spawnlp incorrect
This commit is contained in:
parent
3c0f2c91ad
commit
b7f6810a1f
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ if _exists("spawnvp"):
|
||||||
# At the moment, Windows doesn't implement spawnvp[e],
|
# At the moment, Windows doesn't implement spawnvp[e],
|
||||||
# so it won't have spawnlp[e] either.
|
# so it won't have spawnlp[e] either.
|
||||||
def spawnlp(mode, file, *args):
|
def spawnlp(mode, file, *args):
|
||||||
"""spawnlp(mode, file, *args, env) -> integer
|
"""spawnlp(mode, file, *args) -> integer
|
||||||
|
|
||||||
Execute file (which is looked for along $PATH) with arguments from
|
Execute file (which is looked for along $PATH) with arguments from
|
||||||
args in a subprocess with the supplied environment.
|
args in a subprocess with the supplied environment.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue