summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-03-08 01:06:24 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-03-08 01:06:24 (GMT)
commite2684d93e2413a3f7c8dc5a26cb17723c7c51b5d (patch)
tree2e3173060da51b85ebc97a8ba33d7058bc21aed6
parent48b6b70b9563f9aa8a08189d278bb486a86c59bd (diff)
downloadcpython-e2684d93e2413a3f7c8dc5a26cb17723c7c51b5d.zip
cpython-e2684d93e2413a3f7c8dc5a26cb17723c7c51b5d.tar.gz
cpython-e2684d93e2413a3f7c8dc5a26cb17723c7c51b5d.tar.bz2
whatsnew: get[status|output] works on windows.
Since 3.3.4.... :(
-rw-r--r--Doc/whatsnew/3.4.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index b108180..796c474 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1246,6 +1246,10 @@ subprocess
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
-----