Add stub for subprocess.list2cmdline function (#1898)

This commit is contained in:
Miguel Gaiowski
2018-03-02 11:04:22 -08:00
committed by Guido van Rossum
parent 156927d2a2
commit a8465da863

View File

@@ -350,4 +350,6 @@ class Popen:
def getstatusoutput(cmd: _TXT) -> Tuple[int, str]: ...
def getoutput(cmd: _TXT) -> str: ...
def list2cmdline(seq: Sequence[str]) -> str: ... # undocumented
# Windows-only: STARTUPINFO etc.