Message102661
sys.stdout is a idlelib.rpc.RPCProxy in IDLE. It calls Idlelib.PyShell.PseudoFile.write ->
.PyShell.write ->
.OutputWindow.OutputWindow.write ->
.Percolator.Percolator.insert ->
...
I suppose we could mimic the return value patching PseudoFile.write (for educational purposes?). |
|
| Date |
User |
Action |
Args |
| 2010-04-09 00:52:53 | ajaksu2 | set | recipients:
+ ajaksu2, terry.reedy |
| 2010-04-09 00:52:53 | ajaksu2 | set | messageid: <[email protected]> |
| 2010-04-09 00:52:51 | ajaksu2 | link | issue7163 messages |
| 2010-04-09 00:52:51 | ajaksu2 | create | |
|