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 ajaksu2
Recipients ajaksu2, terry.reedy
Date 2010-04-09.00:52:50
SpamBayes Score 0.0233837
Marked as misclassified No
Message-id <1270774373.34.0.172334009991.issue7163@psf.upfronthosting.co.za>
In-reply-to
Content
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?).
History
Date User Action Args
2010-04-09 00:52:53ajaksu2setrecipients: + ajaksu2, terry.reedy
2010-04-09 00:52:53ajaksu2setmessageid: <1270774373.34.0.172334009991.issue7163@psf.upfronthosting.co.za>
2010-04-09 00:52:51ajaksu2linkissue7163 messages
2010-04-09 00:52:51ajaksu2create