mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
whatsnew: get[status|output] works on windows.
Since 3.3.4.... :(
This commit is contained in:
parent
48b6b70b95
commit
e2684d93e2
1 changed files with 4 additions and 0 deletions
|
@ -1246,6 +1246,10 @@ subprocess
|
||||||
be used to provide the contents of ``stdin`` for the command that is run.
|
be used to provide the contents of ``stdin`` for the command that is run.
|
||||||
(Contributed by Zack Weinberg in :issue:`16624`.)
|
(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
|
sunau
|
||||||
-----
|
-----
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue