diff options
author | Tim Golden <mail@timgolden.me.uk> | 2013-11-11 15:08:04 +0000 |
---|---|---|
committer | Tim Golden <mail@timgolden.me.uk> | 2013-11-11 15:08:04 +0000 |
commit | acea823fd876893400735985904904e9a63d43d9 (patch) | |
tree | 7d172269b03aae9b9010e93e4c5d49944b9a358b /Lib/subprocess.py | |
parent | a2ebfd02566d6ec929e75bfadaadd250314d9a20 (diff) | |
download | cpython-git-acea823fd876893400735985904904e9a63d43d9.tar.gz |
Remove outdated comment
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 aec39d4947..c3a278836c 100644 --- a/Lib/subprocess.py +++ b/Lib/subprocess.py @@ -662,7 +662,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. |