[docs] [issue37867] docs says subprocess.run accepts a string but this does not work on linux
simon mackenzie
report at bugs.python.org
Thu Aug 15 10:17:52 EDT 2019
simon mackenzie <simonm3 at gmail.com> added the comment:
Would be clearer if the arguments were listed before the return object.
On Thu, 15 Aug 2019 at 15:05, SilentGhost <report at bugs.python.org> wrote:
>
> SilentGhost <ghost.adh at runbox.com> added the comment:
>
> But docs don't say that at all. You're looking at description of an
> attribute of returned object. And of course it can be a string, under
> certain conditions. The attributes of CompletedProcess and function
> arguments are described in the standard way, and I haven't heard of anyone
> mixing the two before.
>
> ----------
> resolution: -> not a bug
> stage: -> resolved
> status: open -> closed
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <https://bugs.python.org/issue37867>
> _______________________________________
>
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37867>
_______________________________________
More information about the docs
mailing list