PEP 3105 On Mon, Feb 25, 2008 at 9:14 AM, Hasan Diwan <[EMAIL PROTECTED]> wrote: > 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)
-- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ 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