Pep 3105: the end of print?

Edward K Ream edreamleo at charter.net
Fri Feb 16 07:02:59 EST 2007


> There are a tool called "2to3" that translates things like "print foo" to 
> print(foo).

The point of my original post was that if I want to maintain a common code 
base the tool must translate 'print foo' to 'print2(foo)'.

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