[Python-Dev] PEP 214, extended print statement (original) (raw)

Greg Ewing greg@cosc.canterbury.ac.nz
Thu, 17 Aug 2000 13:17:53 +1200 (NZST)


Looks reasonably good. Not entirely sure I like the look of >> though -- a bit too reminiscent of C++.

How about

print to myfile, x, y, z

with 'to' as a non-reserved keyword. Or even

print to myfile: x, y, z

but that might be a bit too radical!

Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | A citizen of NewZealandCorp, a | Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. | greg@cosc.canterbury.ac.nz +--------------------------------------+