[Python-Dev] [PEP 214] FW: sys.stndout syntax

Barry A. Warsaw bwarsaw@beopen.com
Fri, 18 Aug 2000 18:03:24 -0400 (EDT)


>>>>> "TP" == Tim Peters <tim_one@email.msn.com> writes:

    TP> For those of you who stopped reading comp.lang.python, note
    TP> that this is *typical* of the advice users get in the absence
    TP> of syntactic "print" sugar.

Which is of course broken, if say, you print an object that has a
str() that raises an exception.