[Python-Dev] PEP 214, extended print statement

Tim Peters tim_one@email.msn.com
Thu, 17 Aug 2000 03:29:05 -0400


[Moshe Zadka]
> Ummmmm......
>
> print to myfile  (print a newline on myfile)
> print to, myfile (print to+" "+myfile to stdout)

Like I (and Greg too) clearly said all along, -1 on changing ">>" to "to"!