[docs] [issue33319] `subprocess.run` documentation doesn't tell is using `stdout=PIPE` safe

Martin Panter report at bugs.python.org
Fri Mar 22 20:53:20 EDT 2019


Martin Panter <vadmium+py at gmail.com> added the comment:

This is a regression in the 3.7+ documentation. It previously said “To [capture output], pass PIPE for the ‘stdout’ and/or ‘stderr’ arguments”. This was removed by Bo Bayles in Issue 32102.

----------
keywords: +3.7regression
nosy: +bbayles, gregory.p.smith, martin.panter
stage:  -> needs patch
versions: +Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33319>
_______________________________________


More information about the docs mailing list