R. David Murray <rdmur...@bitdance.com> added the comment:

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.

----------
resolution:  -> rejected
stage:  -> resolved
status: open -> closed
versions:  -Python 3.10

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43061>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to