[Python-checkins] cpython (3.3): Remove outdated comment

tim.golden python-checkins at python.org
Mon Nov 11 16:09:04 CET 2013


http://hg.python.org/cpython/rev/2908063f3287
changeset:   87052:2908063f3287
branch:      3.3
parent:      87044:5e98c4e9c909
user:        Tim Golden <mail at timgolden.me.uk>
date:        Mon Nov 11 15:08:04 2013 +0000
summary:
  Remove outdated comment

files:
  Lib/subprocess.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/subprocess.py b/Lib/subprocess.py
--- a/Lib/subprocess.py
+++ b/Lib/subprocess.py
@@ -662,7 +662,6 @@
 
 # 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list