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 zwol
Recipients zwol
Date 2012-12-05.22:54:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354748057.02.0.623269532787.issue16624@psf.upfronthosting.co.za>
In-reply-to
Content
subprocess.check_output calls Popen.communicate but does not allow you to specify its argument (i.e. data to send to the child process's stdin).  It would be nice if it were enhanced to allow this.  Proposed patch attached (to the 2.7 subprocess.py; should apply with trivial changes in 3.x).
History
Date User Action Args
2012-12-05 22:54:17zwolsetrecipients: + zwol
2012-12-05 22:54:17zwolsetmessageid: <1354748057.02.0.623269532787.issue16624@psf.upfronthosting.co.za>
2012-12-05 22:54:16zwollinkissue16624 messages
2012-12-05 22:54:16zwolcreate