At 01:03 PM 10/30/2001 -0600, Ian Bicking wrote:
>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.

That seems reasonable to me. To recap:

'stdout', 'stderr' - the usual places
None - discard
any other string - a file to be written
'>>filename' - a file to be appended
If stdout and stderr have the same string values, then sys.stderr = sys.stdout


-Chuck


_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to