Daniel Diniz <[email protected]> added the comment: 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?). ---------- nosy: +ajaksu2 priority: -> normal type: -> behavior _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue7163> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
