[issue43776] Popen with shell=True yield mangled repr output

William Pickard report at bugs.python.org
Thu Apr 8 21:44:40 EDT 2021


William Pickard <lollol222gg at gmail.com> added the comment:

Actually, the problem is independent of the value of "shell", the __repr__ function from the initial PR that introduced it expects "args" to be a sequence and converts it to a list.

----------
nosy: +WildCard65

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


More information about the Python-bugs-list mailing list