Writing to stdout and a log file

Mike mwakabayashi at gmail.com
Tue Apr 19 20:51:26 EDT 2005


Thanks.

I should've mentioned I want StdoutLog to subclass the 'file' type
because I need all the file attributes available.

I could add all the standard file methods and attributes to StdoutLog
without subclassing  'file' but I'd rather avoid this if I can.




More information about the Python-list mailing list