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 r.david.murray
Recipients Riccardo La Marca, altendky, christian.heimes, monkeyman79, paul.j3, paul.moore, r.david.murray, serhiy.storchaka, steve.dower, tim.golden, v+python, vstinner, zach.ware
Date 2021-01-29.14:38:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611931097.35.0.771069232746.issue43061@roundup.psfhosted.org>
In-reply-to
Content
This has nothing to do with python other than the fact that you are using it to capture stdout.  You have to figure out how to get the output you want to be what shows up on stdout, python has no knowledge of what commands you put in your shell script, and it *cannot* have any knowledge of that.  I think you need to learn more about basic shell scripting and unix pipelines and how stdout works.

Also note that making people nosy on an issue is not a good idea if you are not part of the triage team.  You should leave that for the bug triage people to do, as they know who's attention on the issue will be most useful.  In the future when you open an issue please simply wait a while for a response.
History
Date User Action Args
2021-01-29 14:38:17r.david.murraysetrecipients: + r.david.murray, paul.moore, vstinner, christian.heimes, tim.golden, v+python, paul.j3, zach.ware, serhiy.storchaka, steve.dower, altendky, Riccardo La Marca, monkeyman79
2021-01-29 14:38:17r.david.murraysetmessageid: <1611931097.35.0.771069232746.issue43061@roundup.psfhosted.org>
2021-01-29 14:38:17r.david.murraylinkissue43061 messages
2021-01-29 14:38:17r.david.murraycreate