R. David Murray <rdmur...@bitdance.com> added the comment:

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 :)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12403>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to