mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Remove outdated comment
This commit is contained in:
commit
fc0cad8b04
1 changed files with 0 additions and 1 deletions
|
@ -691,7 +691,6 @@ def list2cmdline(seq):
|
||||||
|
|
||||||
# Various tools for executing commands and looking at their output and status.
|
# Various tools for executing commands and looking at their output and status.
|
||||||
#
|
#
|
||||||
# NB This only works (and is only relevant) for POSIX.
|
|
||||||
|
|
||||||
def getstatusoutput(cmd):
|
def getstatusoutput(cmd):
|
||||||
""" Return (status, output) of executing cmd in a shell.
|
""" Return (status, output) of executing cmd in a shell.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue