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.18:32:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366309963.0.0.403244183907.issue16624@psf.upfronthosting.co.za>
In-reply-to
Content
> I think that it will be better not introduce a new argument, but reuse stdin. Just allow io.BytesIO (or perhaps even any file object) be specified as stdin.

If we were designing from scratch I might agree, but we aren't.  Principle of least astonishment says that the API here should match `subprocess.communicate`, and that has separate `stdin=FILE` and `input=STRING` arguments.
History
Date User Action Args
2013-04-18 18:32:43zwolsetrecipients: + zwol, BreamoreBoy, serhiy.storchaka
2013-04-18 18:32:42zwolsetmessageid: <1366309963.0.0.403244183907.issue16624@psf.upfronthosting.co.za>
2013-04-18 18:32:42zwollinkissue16624 messages
2013-04-18 18:32:42zwolcreate