From: Tim Golden Date: Mon, 11 Nov 2013 15:08:04 +0000 (+0000) Subject: Remove outdated comment X-Git-Tag: v3.4.0b1~316^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=acea823fd876893400735985904904e9a63d43d9;p=thirdparty%2FPython%2Fcpython.git Remove outdated comment --- 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.