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/