On Oct 20, 3:08 pm, [EMAIL PROTECTED] (Ville M. Vainio) wrote: > Bruno Desthuilliers <[EMAIL PROTECTED]> writes: > > STDOUT is for *normal* program outputs. Debug informations, > > warnings, and all verbosity should go to STDERR. > > Actually, stderr is for errors, by convention. It's rather impolite to > dump trivial debug info to stderr, which often "alerts" the user more > than stdout. snip
Indeed. Just dump to STDTRIVIAL. -- http://mail.python.org/mailman/listinfo/python-list