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 BreamoreBoy, serhiy.storchaka, zwol
Date 2013-04-18.20:23:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366316592.23.0.995982119834.issue16624@psf.upfronthosting.co.za>
In-reply-to
Content
My position is:

* input= should be supported in check_output(), for consistency with communicate().

* I like the idea of making stdin= support file-like objects which don't have a fileno, in both communicate() and everything that calls it, but that does not belong in this issue, I do not have time to code it myself, and, again, it should be *in addition to*, not *instead of*, supporting input= in check_output().
History
Date User Action Args
2013-04-18 20:23:12zwolsetrecipients: + zwol, BreamoreBoy, serhiy.storchaka
2013-04-18 20:23:12zwolsetmessageid: <1366316592.23.0.995982119834.issue16624@psf.upfronthosting.co.za>
2013-04-18 20:23:12zwollinkissue16624 messages
2013-04-18 20:23:12zwolcreate