I attended Guido's talk in which he said that the print statement was going to become a function, but gave no sense of direction. There is a print-like statement in the file statement called "write". So, perhaps print could be reworked as follows, for starters:
def print(self, fileobj, stringobj, *kwarg): fileobj.write(stringobj) -- Cheers, Hasan Diwan <[EMAIL PROTECTED]> _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com