Kaydet (Commit) b7f6810a authored tarafından Neal Norwitz's avatar Neal Norwitz

SF #764121, docstring for spawnlp incorrect

üst 3c0f2c91
......@@ -580,7 +580,7 @@ if _exists("spawnvp"):
# At the moment, Windows doesn't implement spawnvp[e],
# so it won't have spawnlp[e] either.
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
args in a subprocess with the supplied environment.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment