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 r.david.murray
Recipients docs@python, r.david.murray, santoso.wijaya, tebeka
Date 2011-06-25.16:23:20
SpamBayes Score 0.0035057121
Marked as misclassified No
Message-id <1309019001.11.0.366260847336.issue12403@psf.upfronthosting.co.za>
In-reply-to
Content
Well, sys.stdout and sys.stderr don't have to be real file objects.  You could substitute a file-like object (one that implements the methods that get called during the interpretation loop) that does your multiplexing.  That kind of trick is one of the things that makes Python so much fun to work with :)
History
Date User Action Args
2011-06-25 16:23:21r.david.murraysetrecipients: + r.david.murray, tebeka, santoso.wijaya, docs@python
2011-06-25 16:23:21r.david.murraysetmessageid: <1309019001.11.0.366260847336.issue12403@psf.upfronthosting.co.za>
2011-06-25 16:23:20r.david.murraylinkissue12403 messages
2011-06-25 16:23:20r.david.murraycreate