From acea823fd876893400735985904904e9a63d43d9 Mon Sep 17 00:00:00 2001 From: Tim Golden Date: Mon, 11 Nov 2013 15:08:04 +0000 Subject: [PATCH] Remove outdated comment --- Lib/subprocess.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/subprocess.py b/Lib/subprocess.py index aec39d49473a..c3a278836c19 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. -- 2.47.3