thread specific sys.stdout?

aurora aurora00 at gmail.com
Wed Sep 15 16:48:44 EDT 2004


This may sound a little crazy. I capture the output of one class by  
redirecting the sys.stdout. However the is another threading running at  
the same time and occasionaly it output some messages to the redirected  
sys.stdout irreleveant to the output I want to capture. Is there a way to  
redirect output specific to some threads?

aurora



More information about the Python-list mailing list