[issue42388] subprocess.check_output(['echo', 'test'], text=True, input=None) fails

Gregory P. Smith report at bugs.python.org
Fri Dec 25 00:01:07 EST 2020


Gregory P. Smith <greg at krypto.org> added the comment:

Meta issue behind this one: The input= behavior on check_output is yet another unfortunate wart in the subprocess collection of APIs.

PR to the main branch is in, 3.9 and 3.8 will automerge after CI runs.

----------
resolution:  -> fixed
stage: patch review -> commit review

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


More information about the Python-bugs-list mailing list