mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-98966: Handle stdout=subprocess.STDOUT (GH-98967)
Explicitly handle the case where stdout=STDOUT as otherwise the existing error handling gets confused and reports hard to understand errors. Signed-off-by: Paulo Neves <ptsneves@gmail.com>
This commit is contained in:
parent
9654daf793
commit
4abca7e1e7
3 changed files with 12 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
In :mod:`subprocess`, raise a more informative message when
|
||||
``stdout=STDOUT``.
|
||||
Loading…
Add table
Add a link
Reference in a new issue