> You could offer up a patch for Python 2.6 so that you can do::
>    from __future__ import print_function

This would only work for Python 2.6. Developers might want to support Python 
2.3 through 2.5 for awhile longer :-)

> why can't you use ``file.write()`` instead of ``print``?

Precisely my point: pep 3105 will force the elimination of the name 'print'.

Edward
--------------------------------------------------------------------
Edward K. Ream   email:  [EMAIL PROTECTED]
Leo: http://webpages.charter.net/edreamleo/front.html
--------------------------------------------------------------------


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to