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 serhiy.storchaka
Recipients BreamoreBoy, serhiy.storchaka, zwol
Date 2013-04-18.19:48:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366314517.66.0.176175249463.issue16624@psf.upfronthosting.co.za>
In-reply-to
Content
I partially agree with you. We must copy blocks in communicate().

Your patch is great, but I doubt that there is a best feature. If we teach communicate() to work with file-like objects, this feature will exceed your suggestion and 'input' parameter of check_output() will be redundant. Are you want to implement a more powerful feature? If not, I will commit your patch. But I hope that before the 3.4 release we will replace it with a more powerful feature.

Mark, can you please run subprocesses tests on Windows?
History
Date User Action Args
2013-04-18 19:48:37serhiy.storchakasetrecipients: + serhiy.storchaka, BreamoreBoy, zwol
2013-04-18 19:48:37serhiy.storchakasetmessageid: <1366314517.66.0.176175249463.issue16624@psf.upfronthosting.co.za>
2013-04-18 19:48:37serhiy.storchakalinkissue16624 messages
2013-04-18 19:48:37serhiy.storchakacreate