This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author josh.r
Recipients aecant, josh.r, serhiy.storchaka
Date 2018-10-03.19:49:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538596169.73.0.545547206417.issue34886@psf.upfronthosting.co.za>
In-reply-to
Content
I just tried:

    subprocess.run('ls', input=b'', stdin=None)

and I got the same ValueError as for passing using kwargs. Where did you get the idea subprocess.run('ls', input=b'', stdin=None) worked?
History
Date User Action Args
2018-10-03 19:49:29josh.rsetrecipients: + josh.r, serhiy.storchaka, aecant
2018-10-03 19:49:29josh.rsetmessageid: <1538596169.73.0.545547206417.issue34886@psf.upfronthosting.co.za>
2018-10-03 19:49:29josh.rlinkissue34886 messages
2018-10-03 19:49:29josh.rcreate