Skip to content

Commit a8465da

Browse files
miggaiowskigvanrossum
authored andcommitted
Add stub for subprocess.list2cmdline function (#1898)
1 parent 156927d commit a8465da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/3/subprocess.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,4 +350,6 @@ class Popen:
350350
def getstatusoutput(cmd: _TXT) -> Tuple[int, str]: ...
351351
def getoutput(cmd: _TXT) -> str: ...
352352

353+
def list2cmdline(seq: Sequence[str]) -> str: ... # undocumented
354+
353355
# Windows-only: STARTUPINFO etc.

0 commit comments

Comments
 (0)