diff options
Diffstat (limited to 'Lib/subprocess.py')
-rw-r--r-- | Lib/subprocess.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/subprocess.py b/Lib/subprocess.py index 15d95bd2c6..88355ada1b 100644 --- a/Lib/subprocess.py +++ b/Lib/subprocess.py @@ -691,7 +691,6 @@ def list2cmdline(seq): # 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): """ Return (status, output) of executing cmd in a shell. |