Pep 3105: the end of print?

Edward K Ream edreamleo at charter.net
Thu Feb 15 17:32:36 EST 2007


> 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:  edreamleo at charter.net
Leo: http://webpages.charter.net/edreamleo/front.html
--------------------------------------------------------------------





More information about the Python-list mailing list