[Python-checkins] cpython: whatsnew: get[status|output] works on windows.

r.david.murray python-checkins at python.org
Sat Mar 8 02:26:14 CET 2014


http://hg.python.org/cpython/rev/512032de01ab
changeset:   89502:512032de01ab
user:        R David Murray <rdmurray at bitdance.com>
date:        Fri Mar 07 20:06:24 2014 -0500
summary:
  whatsnew: get[status|output] works on windows.

Since 3.3.4.... :(

files:
  Doc/whatsnew/3.4.rst |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1246,6 +1246,10 @@
 be used to provide the contents of ``stdin`` for the command that is run.
 (Contributed by Zack Weinberg in :issue:`16624`.)
 
+:func:`~subprocess.getstatus` and :func:`~subprocess.getstatusoutput` now
+work on Windows.  This change was actually made in 3.3.4.  (Contributed
+by Tim Golden in :issue:`10197`.)
+
 
 sunau
 -----

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


More information about the Python-checkins mailing list