From: R David Murray Date: Sat, 8 Mar 2014 01:06:24 +0000 (-0500) Subject: whatsnew: get[status|output] works on windows. X-Git-Tag: v3.4.1rc1~233^2~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2684d93e2413a3f7c8dc5a26cb17723c7c51b5d;p=python whatsnew: get[status|output] works on windows. Since 3.3.4.... :( --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index b10818056c..796c474722 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 -----