[Python-Dev] extended print statement, uPre-PEP

Greg Stein gstein@lyra.org
Sat, 22 Jul 2000 01:27:48 -0700


On Sat, Jul 22, 2000 at 12:47:32AM -0400, Barry A. Warsaw wrote:
>...
> All the talk about extra operators has made me giddy (no, not geddy :)
> so my proposal is to allow `@' after the print keyword using syntax
> such as:
> 
>     print @ sys.stderr, 'hello'

Ick.

-1

Use sys.stderr.write('hello\n')

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/