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 ncoghlan
Recipients akira, docs@python, gregory.p.smith, ncoghlan, r.david.murray, takluyver
Date 2016-11-14.10:53:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479120798.62.0.265494154834.issue27050@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, further discussion showed that what they were after was something more along the lines of sarge.Capture: http://sarge.readthedocs.io/en/latest/overview.html#main-features

That is, the ability to start the subprocess running in the background, and access the output line-by-line, but with the precise mechanics of how that works being a hidden implementation detail (just as concurrent.futures hides the details of the inter-process communication for function calls).
History
Date User Action Args
2016-11-14 10:53:18ncoghlansetrecipients: + ncoghlan, gregory.p.smith, r.david.murray, docs@python, akira, takluyver
2016-11-14 10:53:18ncoghlansetmessageid: <1479120798.62.0.265494154834.issue27050@psf.upfronthosting.co.za>
2016-11-14 10:53:18ncoghlanlinkissue27050 messages
2016-11-14 10:53:18ncoghlancreate