]> granicus.if.org Git - python/commitdiff
whatsnew: get[status|output] works on windows.
authorR David Murray <rdmurray@bitdance.com>
Sat, 8 Mar 2014 01:06:24 +0000 (20:06 -0500)
committerR David Murray <rdmurray@bitdance.com>
Sat, 8 Mar 2014 01:06:24 +0000 (20:06 -0500)
Since 3.3.4.... :(

Doc/whatsnew/3.4.rst

index b10818056c0da1a10eabbd7c4f5f399d83395e63..796c474722b43c860a94f5b289a29b0b81c5e554 100644 (file)
@@ -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
 -----