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 aecant
Recipients aecant
Date 2018-10-03.18:50:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538592638.37.0.545547206417.issue34886@psf.upfronthosting.co.za>
In-reply-to
Content
If input and stdin parameters are passed as keyword arguments to subprocess.run, an exception is thrown even if input and stdin are both None.

The exception is ValueError: stdin and input arguments may not both be used.

I attach a minimal working example of the bug
History
Date User Action Args
2018-10-03 18:50:38aecantsetrecipients: + aecant
2018-10-03 18:50:38aecantsetmessageid: <1538592638.37.0.545547206417.issue34886@psf.upfronthosting.co.za>
2018-10-03 18:50:38aecantlinkissue34886 messages
2018-10-03 18:50:38aecantcreate