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 desbma
Recipients desbma
Date 2014-10-23.19:02:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414090942.23.0.710907955389.issue22712@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.4 added a 'input' argument to the subprocess.check_output function to send bytes to stdin, but it was surprisingly not added to other subprocess helpers.

The same functionality should be added to subprocess.check_call and subprocess.call.
History
Date User Action Args
2014-10-23 19:02:22desbmasetrecipients: + desbma
2014-10-23 19:02:22desbmasetmessageid: <1414090942.23.0.710907955389.issue22712@psf.upfronthosting.co.za>
2014-10-23 19:02:22desbmalinkissue22712 messages
2014-10-23 19:02:22desbmacreate