Message416703
I'd like to see handlers exposes for the stdout and stderr pipe-reading threads so that I could customize what's done with the data as it's read.
I might, for instance, want to:
(1) accumulate it into a buffer;
(2) copy it onto sys.stdout or sys.stderr, respectively;
(3) send it to a logging object;
or some combination of the above, possibly all of them. |
|
Date |
User |
Action |
Args |
2022-04-04 22:52:49 | pprindeville | set | recipients:
+ pprindeville |
2022-04-04 22:52:49 | pprindeville | set | messageid: <1649112769.31.0.762771306668.issue47222@roundup.psfhosted.org> |
2022-04-04 22:52:49 | pprindeville | link | issue47222 messages |
2022-04-04 22:52:49 | pprindeville | create | |
|