]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove outdated comment
authorTim Golden <mail@timgolden.me.uk>
Mon, 11 Nov 2013 15:08:04 +0000 (15:08 +0000)
committerTim Golden <mail@timgolden.me.uk>
Mon, 11 Nov 2013 15:08:04 +0000 (15:08 +0000)
Lib/subprocess.py

index aec39d49473a38ddee2ef1308f899cce5e9461b3..c3a278836c19121319363f1c896e528b48968202 100644 (file)
@@ -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.