summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Golden <mail@timgolden.me.uk>2013-11-11 15:08:04 (GMT)
committerTim Golden <mail@timgolden.me.uk>2013-11-11 15:08:04 (GMT)
commitacea823fd876893400735985904904e9a63d43d9 (patch)
tree7d172269b03aae9b9010e93e4c5d49944b9a358b
parenta2ebfd02566d6ec929e75bfadaadd250314d9a20 (diff)
downloadcpython-acea823fd876893400735985904904e9a63d43d9.zip
cpython-acea823fd876893400735985904904e9a63d43d9.tar.gz
cpython-acea823fd876893400735985904904e9a63d43d9.tar.bz2
Remove outdated comment
-rw-r--r--Lib/subprocess.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/subprocess.py b/Lib/subprocess.py
index aec39d4..c3a2788 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.