Chuck Esterbrook <[EMAIL PROTECTED]> wrote: > o discard/redirect stdout & stderr > - Settings design: > 'stderr': '', > 'stdout': '', > > '' means to the usual places, eg the console. > None means discard > Anything else is a filename to go to.
Making a distinction between '' and None seems very confusing. I'd either use 'stdout' and 'stderr' for the usual places, or else something other than None for discarding. Ian _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
