mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
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>
2 lines
79 B
ReStructuredText
2 lines
79 B
ReStructuredText
In :mod:`subprocess`, raise a more informative message when
|
|
``stdout=STDOUT``.
|