From acea823fd876893400735985904904e9a63d43d9 Mon Sep 17 00:00:00 2001 From: Tim Golden Date: Mon, 11 Nov 2013 15:08:04 +0000 Subject: Remove outdated comment --- Lib/subprocess.py | 1 - 1 file changed, 1 deletion(-) 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. -- cgit v0.12