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

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


http://hg.python.org/cpython/rev/0a329f94448d
changeset:   87053:0a329f94448d
parent:      87051:6a6b1ee306e3
parent:      87052:2908063f3287
user:        Tim Golden <mail at timgolden.me.uk>
date:        Mon Nov 11 15:08:40 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
@@ -691,7 +691,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